Html Css Color HEX #585ECC Slate Blue

📋 copy color: '#585ECC'

red 88 ◦ green 94 ◦ blue 204

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

Shades of Slate Blue #585ECC

Tints of Slate Blue #585ECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 52.85%

R = 22.8%
G = 24.35%
B = 52.85%

CMYK

 C value IS 0.57

 M value IS 0.54

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#585ECC (or 0x585ECC) is known color: Slate Blue. HEX triplet: 58, 5E and CC. RGB value is (88,94,204). Sum of RGB (Red+Green+Blue) = 88+94+204=386 (51% of max value = 765). Red value is 88 (34.77% from 255 or 22.80% from 386); Green value is 94 (37.11% from 255 or 24.35% from 386); Blue value is 204 (80.08% from 255 or 52.85% from 386); Max value from RGB is 204 - color contains mainly: blue. Hex color #585ECC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #585ECC is #A7A133. Grayscale: #686868. Windows color (decimal): -10985780 or 13393496. OLE color: 13393496.

HSL color Cylindrical-coordinate representation of color #585ECC: hue angle of 236.9º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #585ECC is Cyan = 0.57, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 88 94 204 -
CMYK 0.57 0.54 0 0.2
HSL 236.9º 0.53% 0.57% -
HSV(B) 236.9º 0.57% 0.8% -
XYZ 18.93 14.44 58.92 -
YUV 104.75 184.01 116.06 -
System Red Green Blue C M Y K H S L
Decimal 88 94 204 0.57 0.54 0 0.2 236.9 0.53 0.57
Hex 58 5E CC 39 36 0 14 ED 35 39
Octal 130 136 314 71 66 0 24 355 65 71
Binary 1011000 1011110 11001100 111001 110110 0 10100 11101101 110101 111001

Color Harmonies of #585ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585ECC

Black with #585ECC

Text Example


Text Example

White with #585ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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