COLOR #585CFF

HEX: #585CFF
RGB: (88,92,255)

Renk bilgisi

#585CFF contains mainly blue color. #585CFF ‘ nin web güvenlik rengi #6666FF (ya da #66F) dir.

RGB renk modeli

#585CFF color RGB value is (88,92,255).

  • kırmız ton 88;
  • yeşil ton 92;
  • mavi ton 255.
RGB:
(88,92,255)
(35%,36%,100%)

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 92 of 255 = 36%
B 255 of 255 = 100%

88
92
255

R + G + B ~ 57%. #585CFF is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 92 + 255 = 435 (100%)
R 88 of 435 ~ 20.23%
G 92 of 435 ~ 21.15%
B 255 of 435 ~ 58.62%

%20.23
%21.15
%58.62

CMYK RENK MODELİ

#585CFF rengi CMYK tonu (65,64,0,0).

  • camgöbeği tonu 65.49%
  • eflatun tonu 63.92%
  • sarı tonu 0.00%
  • ana renk tonu 0.00%
CMYK:
(65,64,0,0)
C65M64Y0K0 
(65%,64%,0%,0%)
(0.65/0.64/0.00/0.00)	

CMYK yüzdeleri

%65.49
%63.92
%0
%0

Codes

Color #585CFF in popluar color models

585CFF
RGB8892255
HSL239°100.00%67.25%
HSB/HSV239°65.49%100.00%
CMYK65.49%63.92%0.00%
0.00%

Color #585CFF in popluar number systems.

HEX585CFF
Decimal8892255
Binary1011000101110011111111
Octal130134377

Shades and tints

Shades of #585CFF

#585CFF
(88,92,255)
#5054E8
(80,84,232)
#484CD1
(72,76,209)
#4044BA
(64,68,186)
#383CA3
(56,60,163)
#30348C
(48,52,140)
#282C75
(40,44,117)
#20245E
(32,36,94)
#181C47
(24,28,71)
#101430
(16,20,48)
#080C19
(8,12,25)
#000000
(0,0,0)

Tints of #585CFF

#585CFF
(88,92,255)
#676AFF
(103,106,255)
#7678FF
(118,120,255)
#8586FF
(133,134,255)
#9494FF
(148,148,255)
#A3A2FF
(163,162,255)
#B2B0FF
(178,176,255)
#C1BEFF
(193,190,255)
#D0CCFF
(208,204,255)
#DFDAFF
(223,218,255)
#EEE8FF
(238,232,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #585CFF color. Also use rgb(88,92,255) instead hex code.

Text Font Color

.myTextColor { color: #585CFF; }

<p style="color:#585CFF">This sample text font color is #585CFF.</p>

This text font color is #585CFF.


Background Color

.myBgColor { background-color: #585CFF; }

<div style="background-color:#585CFF">Inner text</div>

This div background color is #585CFF.


Border color

.myBorderColor { border: 1px solid #585CFF; }

<div style="border:3px solid #585CFF">Div</div>

This div border color is #585CFF.


Opacity

.myOpacity80 { color: #585CFF; opacity: 0.8; }

<p style="color:#585CFF;opacity:0.8;">80%</p>

Text with #585CFF color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #585CFF;}

<p style="text-shadow: 3px 3px 1px #585CFF">Text here.</p>

This text has shadow with #585CFF color.

.textShadow {text-shadow: 3px 3px 1px #585CFF, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #585CFF, 5px 5px 20px red">Text here.</p>

This text has shadow with #585CFF primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#585CFF, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#585CFF, Direction=45, Strength=4)">Text</p>

This text has shadow with #585CFF and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #585CFF;
  -webkit-box-shadow:	1px 1px 3px 2px #585CFF;
  box-shadow:		1px 1px 3px 2px #585CFF;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #585CFF;
-webkit-box-shadow: 1px 1px 3px 2px #585CFF;
box-shadow:1px 1px 3px 2px #585CFF;">
Div content here</div>
This div box has shadow with color #585CFF.

Preview

Color preview on black background

This text has color #585CFF on black background.


Color preview on white background

This text has color #585CFF on white background.



Black color preview on #585CFF background

This text has black color on #585CFF background.


White color preview on #585CFF background

This text has white color on #585CFF background.