#585DCB

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

Shades of Slate Blue #585DCB

Tints of Slate Blue #585DCB

Color information

#585DCB (or 0x585DCB) is unknown color: approx Slate Blue. HEX triplet: 58, 5D and CB. RGB value is (88,93,203). Sum of RGB (Red+Green+Blue) = 88+93+203=384 (50% of max value = 765). Red value is 88 (34.77% from 255 or 22.92% from 384); Green value is 93 (36.72% from 255 or 24.22% from 384); Blue value is 203 (79.69% from 255 or 52.86% from 384); Max value from RGB is 203 - color contains mainly: blue. Hex color #585DCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #585DCB is #A7A234. Grayscale: #676767. Windows color (decimal): -10986037 or 13327704. OLE color: 13327704.

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

Color convert

RGB8893203-
CMYK0.570.5400.20
HSL237.39º52.51%57.06%-
HSV(B)237.39º56.65%79.61%-
XYZ18.7214.2258.26-
YUV104.04183.84116.56-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 22.92%
GREEN value IS 93 (36.72% from 255) = 24.22%
BLUE value IS 203 (79.69% from 255) = 52.86%
R=22.92%
G=24.22%
B=52.86%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal88932030.570.5400.20237.3952.5157.06
Hex585DCB3936014ed3539
Octal13013531371660243556571
Binary101100010111011100101111100111011001010011101101110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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