#585DCA

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

Shades of Slate Blue #585DCA

Tints of Slate Blue #585DCA

Color information

#585DCA (or 0x585DCA) is unknown color: approx Slate Blue. HEX triplet: 58, 5D and CA. RGB value is (88,93,202). Sum of RGB (Red+Green+Blue) = 88+93+202=383 (50% of max value = 765). Red value is 88 (34.77% from 255 or 22.98% from 383); Green value is 93 (36.72% from 255 or 24.28% from 383); Blue value is 202 (79.30% from 255 or 52.74% from 383); Max value from RGB is 202 - color contains mainly: blue. Hex color #585DCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #585DCA is #A7A235. Grayscale: #676767. Windows color (decimal): -10986038 or 13262168. OLE color: 13262168.

HSL color Cylindrical-coordinate representation of color #585DCA: hue angle of 237.37º degrees, saturation: 0.52, 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 #585DCA is Cyan = 0.56, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB8893202-
CMYK0.560.5400.21
HSL237.37º51.82%56.86%-
HSV(B)237.37º56.44%79.22%-
XYZ18.614.1757.63-
YUV103.93183.34116.64-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 22.98%
GREEN value IS 93 (36.72% from 255) = 24.28%
BLUE value IS 202 (79.30% from 255) = 52.74%
R=22.98%
G=24.28%
B=52.74%

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
Decimal88932020.560.5400.21237.3751.8256.86
Hex585DCA3836015ed3439
Octal13013531270660253556471
Binary101100010111011100101011100011011001010111101101110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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