#585CDD

Color #585CDD Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Slate Blue #585CDD

Tints of Slate Blue #585CDD

Color information

#585CDD (or 0x585CDD) is unknown color: approx Slate Blue. HEX triplet: 58, 5C and DD. RGB value is (88,92,221). Sum of RGB (Red+Green+Blue) = 88+92+221=401 (53% of max value = 765). Red value is 88 (34.77% from 255 or 21.95% from 401); Green value is 92 (36.33% from 255 or 22.94% from 401); Blue value is 221 (86.72% from 255 or 55.11% from 401); Max value from RGB is 221 - color contains mainly: blue. Hex color #585CDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #585CDD is #A7A322. Grayscale: #686868. Windows color (decimal): -10986275 or 14507096. OLE color: 14507096.

HSL color Cylindrical-coordinate representation of color #585CDD: hue angle of 238.2º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #585CDD is Cyan = 0.60, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB8892221-
CMYK0.600.5800.13
HSL238.2º66.17%60.59%-
HSV(B)238.2º60.18%86.67%-
XYZ20.914.9570.19-
YUV105.51193.17115.51-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 88 (34.77% from 255) = 21.95%
GREEN value IS 92 (36.33% from 255) = 22.94%
BLUE value IS 221 (86.72% from 255) = 55.11%
R=21.95%
G=22.94%
B=55.11%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal88922210.600.5800.13238.266.1760.59
Hex585CDD3C3A0Dee423d
Octal130134335747201535610275
Binary101100010111001101110111110011101001101111011101000010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585CDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585CDD; }

 p { color: rgb(88,92,221); }

 H1.HeaderClassName
 {
   color: #585CDD;
 }
 .AnyTagClassName
 {
   color: #585CDD;
 }
</style>
background-color css

<style>
 a { background-color: #585CDD; }

 a { background-color: rgb(88,92,221); }

 div.DivClassName
 {
   background-color: #585CDD;
 }
 .BgClassName
 {
   background-color: #585CDD;
 }
</style>
border-color css

<style>
 span { border-color: #585CDD; }

 span { border-color: rgb(88,92,221); }

 td.TdClassName
 {
   border-color: #585CDD;
 }
 .TagClassName
 {
   border-color: #585CDD;
 }
</style>