#585ECA

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

Shades of Slate Blue #585ECA

Tints of Slate Blue #585ECA

Color information

#585ECA (or 0x585ECA) is unknown color: approx Slate Blue. HEX triplet: 58, 5E and CA. RGB value is (88,94,202). Sum of RGB (Red+Green+Blue) = 88+94+202=384 (50% of max value = 765). Red value is 88 (34.77% from 255 or 22.92% from 384); Green value is 94 (37.11% from 255 or 24.48% from 384); Blue value is 202 (79.30% from 255 or 52.60% from 384); Max value from RGB is 202 - color contains mainly: blue. Hex color #585ECA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #585ECA is #A7A135. Grayscale: #686868. Windows color (decimal): -10985782 or 13262424. OLE color: 13262424.

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

Color convert

RGB8894202-
CMYK0.560.5300.21
HSL236.84º51.82%56.86%-
HSV(B)236.84º56.44%79.22%-
XYZ18.6914.3457.66-
YUV104.52183.01116.22-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 22.92%
GREEN value IS 94 (37.11% from 255) = 24.48%
BLUE value IS 202 (79.30% from 255) = 52.60%
R=22.92%
G=24.48%
B=52.60%

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
Decimal88942020.560.5300.21236.8451.8256.86
Hex585ECA3835015ed3439
Octal13013631270650253556471
Binary101100010111101100101011100011010101010111101101110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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