Html Css Color HEX #585FCE Slate Blue

📋 copy color: '#585FCE'

red 88 ◦ green 95 ◦ blue 206

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

Shades of Slate Blue #585FCE

Tints of Slate Blue #585FCE

RGB

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

 GREEN value IS 95 (37.5% from 255) = 24.42%

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

R = 22.62%
G = 24.42%
B = 52.96%

CMYK

 C value IS 0.57

 M value IS 0.54

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#585FCE (or 0x585FCE) is known color: Slate Blue. HEX triplet: 58, 5F and CE. RGB value is (88,95,206). Sum of RGB (Red+Green+Blue) = 88+95+206=389 (51% of max value = 765). Red value is 88 (34.77% from 255 or 22.62% from 389); Green value is 95 (37.5% from 255 or 24.42% from 389); Blue value is 206 (80.86% from 255 or 52.96% from 389); Max value from RGB is 206 - color contains mainly: blue. Hex color #585FCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #585FCE is #A7A031. Grayscale: #696969. Windows color (decimal): -10985522 or 13524824. OLE color: 13524824.

HSL color Cylindrical-coordinate representation of color #585FCE: hue angle of 236.44º 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 #585FCE is Cyan = 0.57, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 88 95 206 -
CMYK 0.57 0.54 0 0.19
HSL 236.44º 0.55% 0.58% -
HSV(B) 236.44º 0.57% 0.81% -
XYZ 19.26 14.72 60.22 -
YUV 105.56 184.68 115.47 -
System Red Green Blue C M Y K H S L
Decimal 88 95 206 0.57 0.54 0 0.19 236.44 0.55 0.58
Hex 58 5F CE 39 36 0 13 EC 37 3A
Octal 130 137 316 71 66 0 23 354 67 72
Binary 1011000 1011111 11001110 111001 110110 0 10011 11101100 110111 111010

Color Harmonies of #585FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585FCE

Black with #585FCE

Text Example


Text Example

White with #585FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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