#585FCA

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

Shades of Slate Blue #585FCA

Tints of Slate Blue #585FCA

Color information

#585FCA (or 0x585FCA) is unknown color: approx Slate Blue. HEX triplet: 58, 5F and CA. RGB value is (88,95,202). Sum of RGB (Red+Green+Blue) = 88+95+202=385 (50% of max value = 765). Red value is 88 (34.77% from 255 or 22.86% from 385); Green value is 95 (37.5% from 255 or 24.68% from 385); Blue value is 202 (79.30% from 255 or 52.47% from 385); Max value from RGB is 202 - color contains mainly: blue. Hex color #585FCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #585FCA is #A7A035. Grayscale: #686868. Windows color (decimal): -10985526 or 13262680. OLE color: 13262680.

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

Color convert

RGB8895202-
CMYK0.560.5300.21
HSL236.32º51.82%56.86%-
HSV(B)236.32º56.44%79.22%-
XYZ18.7814.5257.69-
YUV105.1182.68115.8-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 22.86%
GREEN value IS 95 (37.5% from 255) = 24.68%
BLUE value IS 202 (79.30% from 255) = 52.47%
R=22.86%
G=24.68%
B=52.47%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal88952020.560.5300.21236.3251.8256.86
Hex585FCA3835015ec3439
Octal13013731270650253546471
Binary101100010111111100101011100011010101010111101100110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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