Html Css Color HEX #585ECD Slate Blue

📋 copy color: '#585ECD'

red 88 ◦ green 94 ◦ blue 205

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

Shades of Slate Blue #585ECD

Tints of Slate Blue #585ECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 52.97%

R = 22.74%
G = 24.29%
B = 52.97%

CMYK

 C value IS 0.57

 M value IS 0.54

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#585ECD (or 0x585ECD) is known color: Slate Blue. HEX triplet: 58, 5E and CD. RGB value is (88,94,205). Sum of RGB (Red+Green+Blue) = 88+94+205=387 (51% of max value = 765). Red value is 88 (34.77% from 255 or 22.74% from 387); Green value is 94 (37.11% from 255 or 24.29% from 387); Blue value is 205 (80.47% from 255 or 52.97% from 387); Max value from RGB is 205 - color contains mainly: blue. Hex color #585ECD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #585ECD is #A7A132. Grayscale: #686868. Windows color (decimal): -10985779 or 13459032. OLE color: 13459032.

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

Color convert

RGB 88 94 205 -
CMYK 0.57 0.54 0 0.20
HSL 236.92º 0.54% 0.57% -
HSV(B) 236.92º 0.57% 0.8% -
XYZ 19.05 14.49 59.55 -
YUV 104.86 184.51 115.97 -
System Red Green Blue C M Y K H S L
Decimal 88 94 205 0.57 0.54 0 0.20 236.92 0.54 0.57
Hex 58 5E CD 39 36 0 14 ED 36 39
Octal 130 136 315 71 66 0 24 355 66 71
Binary 1011000 1011110 11001101 111001 110110 0 10100 11101101 110110 111001

Color Harmonies of #585ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585ECD

Black with #585ECD

Text Example


Text Example

White with #585ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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