Html Css Color HEX #585ED2 Slate Blue

📋 copy color: '#585ED2'

red 88 ◦ green 94 ◦ blue 210

#585ED2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Slate Blue #585ED2

Tints of Slate Blue #585ED2

RGB

 RED value IS 88 (34.77% from 255) = 22.45%

 GREEN value IS 94 (37.11% from 255) = 23.98%

 BLUE value IS 210 (82.42% from 255) = 53.57%

R = 22.45%
G = 23.98%
B = 53.57%

CMYK

 C value IS 0.58

 M value IS 0.55

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#585ED2 (or 0x585ED2) is known color: Slate Blue. HEX triplet: 58, 5E and D2. RGB value is (88,94,210). Sum of RGB (Red+Green+Blue) = 88+94+210=392 (51% of max value = 765). Red value is 88 (34.77% from 255 or 22.45% from 392); Green value is 94 (37.11% from 255 or 23.98% from 392); Blue value is 210 (82.42% from 255 or 53.57% from 392); Max value from RGB is 210 - color contains mainly: blue. Hex color #585ED2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #585ED2 is #A7A12D. Grayscale: #686868. Windows color (decimal): -10985774 or 13786712. OLE color: 13786712.

HSL color Cylindrical-coordinate representation of color #585ED2: hue angle of 237.05º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #585ED2 is Cyan = 0.58, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 88 94 210 -
CMYK 0.58 0.55 0 0.18
HSL 237.05º 0.58% 0.58% -
HSV(B) 237.05º 0.58% 0.82% -
XYZ 19.66 14.73 62.78 -
YUV 105.43 187.01 115.57 -
System Red Green Blue C M Y K H S L
Decimal 88 94 210 0.58 0.55 0 0.18 237.05 0.58 0.58
Hex 58 5E D2 3A 37 0 12 ED 3A 3A
Octal 130 136 322 72 67 0 22 355 72 72
Binary 1011000 1011110 11010010 111010 110111 0 10010 11101101 111010 111010

Color Harmonies of #585ED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585ED2

Black with #585ED2

Text Example


Text Example

White with #585ED2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #585ED2;
 }
 .AnyTagClassName
 {
   color: #585ED2;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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