#585FCB

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

Shades of Slate Blue #585FCB

Tints of Slate Blue #585FCB

Color information

#585FCB (or 0x585FCB) is unknown color: approx Slate Blue. HEX triplet: 58, 5F and CB. RGB value is (88,95,203). Sum of RGB (Red+Green+Blue) = 88+95+203=386 (51% of max value = 765). Red value is 88 (34.77% from 255 or 22.80% from 386); Green value is 95 (37.5% from 255 or 24.61% from 386); Blue value is 203 (79.69% from 255 or 52.59% from 386); Max value from RGB is 203 - color contains mainly: blue. Hex color #585FCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #585FCB is #A7A034. Grayscale: #686868. Windows color (decimal): -10985525 or 13328216. OLE color: 13328216.

HSL color Cylindrical-coordinate representation of color #585FCB: hue angle of 236.35º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #585FCB is Cyan = 0.57, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB8895203-
CMYK0.570.5300.20
HSL236.35º52.51%57.06%-
HSV(B)236.35º56.65%79.61%-
XYZ18.914.5758.32-
YUV105.22183.18115.72-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 22.80%
GREEN value IS 95 (37.5% from 255) = 24.61%
BLUE value IS 203 (79.69% from 255) = 52.59%
R=22.80%
G=24.61%
B=52.59%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal88952030.570.5300.20236.3552.5157.06
Hex585FCB3935014ec3539
Octal13013731371650243546571
Binary101100010111111100101111100111010101010011101100110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585FCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,95,203); }

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

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

 a { background-color: rgb(88,95,203); }

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

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

 span { border-color: rgb(88,95,203); }

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