Html Css Color HEX #585CD2 Slate Blue

📋 copy color: '#585CD2'

red 88 ◦ green 92 ◦ blue 210

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

Shades of Slate Blue #585CD2

Tints of Slate Blue #585CD2

RGB

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

 GREEN value IS 92 (36.33% from 255) = 23.59%

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

R = 22.56%
G = 23.59%
B = 53.85%

CMYK

 C value IS 0.58

 M value IS 0.56

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#585CD2 (or 0x585CD2) is known color: Slate Blue. HEX triplet: 58, 5C and D2. RGB value is (88,92,210). Sum of RGB (Red+Green+Blue) = 88+92+210=390 (51% of max value = 765). Red value is 88 (34.77% from 255 or 22.56% from 390); Green value is 92 (36.33% from 255 or 23.59% from 390); Blue value is 210 (82.42% from 255 or 53.85% from 390); Max value from RGB is 210 - color contains mainly: blue. Hex color #585CD2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #585CD2 is #A7A32D. Grayscale: #676767. Windows color (decimal): -10986286 or 13786200. OLE color: 13786200.

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

Color convert

RGB 88 92 210 -
CMYK 0.58 0.56 0 0.18
HSL 238.03º 0.58% 0.58% -
HSV(B) 238.03º 0.58% 0.82% -
XYZ 19.48 14.38 62.72 -
YUV 104.26 187.67 116.41 -
System Red Green Blue C M Y K H S L
Decimal 88 92 210 0.58 0.56 0 0.18 238.03 0.58 0.58
Hex 58 5C D2 3A 38 0 12 EE 3A 3A
Octal 130 134 322 72 70 0 22 356 72 72
Binary 1011000 1011100 11010010 111010 111000 0 10010 11101110 111010 111010

Color Harmonies of #585CD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585CD2

Black with #585CD2

Text Example


Text Example

White with #585CD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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