Html Css Color HEX #585DCE Slate Blue

📋 copy color: '#585DCE'

red 88 ◦ green 93 ◦ blue 206

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

Shades of Slate Blue #585DCE

Tints of Slate Blue #585DCE

RGB

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

 GREEN value IS 93 (36.72% from 255) = 24.03%

 BLUE value IS 206 (80.86% from 255) = 53.23%

R = 22.74%
G = 24.03%
B = 53.23%

CMYK

 C value IS 0.57

 M value IS 0.55

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#585DCE (or 0x585DCE) is known color: Slate Blue. HEX triplet: 58, 5D and CE. RGB value is (88,93,206). Sum of RGB (Red+Green+Blue) = 88+93+206=387 (51% of max value = 765). Red value is 88 (34.77% from 255 or 22.74% from 387); Green value is 93 (36.72% from 255 or 24.03% from 387); Blue value is 206 (80.86% from 255 or 53.23% from 387); Max value from RGB is 206 - color contains mainly: blue. Hex color #585DCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #585DCE is #A7A231. Grayscale: #676767. Windows color (decimal): -10986034 or 13524312. OLE color: 13524312.

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

Color convert

RGB 88 93 206 -
CMYK 0.57 0.55 0 0.19
HSL 237.46º 0.55% 0.58% -
HSV(B) 237.46º 0.57% 0.81% -
XYZ 19.08 14.36 60.16 -
YUV 104.39 185.34 116.31 -
System Red Green Blue C M Y K H S L
Decimal 88 93 206 0.57 0.55 0 0.19 237.46 0.55 0.58
Hex 58 5D CE 39 37 0 13 ED 37 3A
Octal 130 135 316 71 67 0 23 355 67 72
Binary 1011000 1011101 11001110 111001 110111 0 10011 11101101 110111 111010

Color Harmonies of #585DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585DCE

Black with #585DCE

Text Example


Text Example

White with #585DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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