Html Css Color HEX #5859E0 Slate Blue

📋 copy color: '#5859E0'

red 88 ◦ green 89 ◦ blue 224

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

Shades of Slate Blue #5859E0

Tints of Slate Blue #5859E0

RGB

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

 GREEN value IS 89 (35.16% from 255) = 22.19%

 BLUE value IS 224 (87.89% from 255) = 55.86%

R = 21.95%
G = 22.19%
B = 55.86%

CMYK

 C value IS 0.61

 M value IS 0.60

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#5859E0 (or 0x5859E0) is known color: Slate Blue. HEX triplet: 58, 59 and E0. RGB value is (88,89,224). Sum of RGB (Red+Green+Blue) = 88+89+224=401 (53% of max value = 765). Red value is 88 (34.77% from 255 or 21.95% from 401); Green value is 89 (35.16% from 255 or 22.19% from 401); Blue value is 224 (87.89% from 255 or 55.86% from 401); Max value from RGB is 224 - color contains mainly: blue. Hex color #5859E0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5859E0 is #A7A61F. Grayscale: #676767. Windows color (decimal): -10987040 or 14702936. OLE color: 14702936.

HSL color Cylindrical-coordinate representation of color #5859E0: hue angle of 239.56º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5859E0 is Cyan = 0.61, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 88 89 224 -
CMYK 0.61 0.60 0 0.12
HSL 239.56º 0.69% 0.61% -
HSV(B) 239.56º 0.61% 0.88% -
XYZ 21.05 14.6 72.23 -
YUV 104.09 195.67 116.52 -
System Red Green Blue C M Y K H S L
Decimal 88 89 224 0.61 0.60 0 0.12 239.56 0.69 0.61
Hex 58 59 E0 3D 3C 0 C F0 45 3D
Octal 130 131 340 75 74 0 14 360 105 75
Binary 1011000 1011001 11100000 111101 111100 0 1100 11110000 1000101 111101

Color Harmonies of #5859E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5859E0

Black with #5859E0

Text Example


Text Example

White with #5859E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5859E0; }

 p { color: rgb(88,89,224); }

 H1.HeaderClassName
 {
   color: #5859E0;
 }
 .AnyTagClassName
 {
   color: #5859E0;
 }
</style>

background-color css

<style>
 a { background-color: #5859E0; }

 a { background-color: rgb(88,89,224); }

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

border-color css

<style>
 span { border-color: #5859E0; }

 span { border-color: rgb(88,89,224); }

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