#585CC9

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

Shades of Slate Blue #585CC9

Tints of Slate Blue #585CC9

Color information

#585CC9 (or 0x585CC9) is unknown color: approx Slate Blue. HEX triplet: 58, 5C and C9. RGB value is (88,92,201). Sum of RGB (Red+Green+Blue) = 88+92+201=381 (50% of max value = 765). Red value is 88 (34.77% from 255 or 23.10% from 381); Green value is 92 (36.33% from 255 or 24.15% from 381); Blue value is 201 (78.91% from 255 or 52.76% from 381); Max value from RGB is 201 - color contains mainly: blue. Hex color #585CC9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #585CC9 is #A7A336. Grayscale: #666666. Windows color (decimal): -10986295 or 13196376. OLE color: 13196376.

HSL color Cylindrical-coordinate representation of color #585CC9: hue angle of 237.88º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #585CC9 is Cyan = 0.56, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB8892201-
CMYK0.560.5400.21
HSL237.88º51.13%56.67%-
HSV(B)237.88º56.22%78.82%-
XYZ18.3913.9556.98-
YUV103.23183.17117.14-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 23.10%
GREEN value IS 92 (36.33% from 255) = 24.15%
BLUE value IS 201 (78.91% from 255) = 52.76%
R=23.10%
G=24.15%
B=52.76%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal88922010.560.5400.21237.8851.1356.67
Hex585CC93836015ee3339
Octal13013431170660253566371
Binary101100010111001100100111100011011001010111101110110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585CC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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