#585CCB

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

Shades of Slate Blue #585CCB

Tints of Slate Blue #585CCB

Color information

#585CCB (or 0x585CCB) is unknown color: approx Slate Blue. HEX triplet: 58, 5C and CB. RGB value is (88,92,203). Sum of RGB (Red+Green+Blue) = 88+92+203=383 (50% of max value = 765). Red value is 88 (34.77% from 255 or 22.98% from 383); Green value is 92 (36.33% from 255 or 24.02% from 383); Blue value is 203 (79.69% from 255 or 53.00% from 383); Max value from RGB is 203 - color contains mainly: blue. Hex color #585CCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #585CCB is #A7A334. Grayscale: #676767. Windows color (decimal): -10986293 or 13327448. OLE color: 13327448.

HSL color Cylindrical-coordinate representation of color #585CCB: hue angle of 237.91º 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 #585CCB is Cyan = 0.57, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB8892203-
CMYK0.570.5500.20
HSL237.91º52.51%57.06%-
HSV(B)237.91º56.65%79.61%-
XYZ18.6314.0458.23-
YUV103.46184.17116.97-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 22.98%
GREEN value IS 92 (36.33% from 255) = 24.02%
BLUE value IS 203 (79.69% from 255) = 53.00%
R=22.98%
G=24.02%
B=53.00%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal88922030.570.5500.20237.9152.5157.06
Hex585CCB3937014ee3539
Octal13013431371670243566571
Binary101100010111001100101111100111011101010011101110110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585CCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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