Html Css Color HEX #5859CB Slate Blue

📋 copy color: '#5859CB'

red 88 ◦ green 89 ◦ blue 203

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

Shades of Slate Blue #5859CB

Tints of Slate Blue #5859CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 53.42%

R = 23.16%
G = 23.42%
B = 53.42%

CMYK

 C value IS 0.57

 M value IS 0.56

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5859CB (or 0x5859CB) is known color: Slate Blue. HEX triplet: 58, 59 and CB. RGB value is (88,89,203). Sum of RGB (Red+Green+Blue) = 88+89+203=380 (50% of max value = 765). Red value is 88 (34.77% from 255 or 23.16% from 380); Green value is 89 (35.16% from 255 or 23.42% from 380); Blue value is 203 (79.69% from 255 or 53.42% from 380); Max value from RGB is 203 - color contains mainly: blue. Hex color #5859CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5859CB is #A7A634. Grayscale: #656565. Windows color (decimal): -10987061 or 13326680. OLE color: 13326680.

HSL color Cylindrical-coordinate representation of color #5859CB: hue angle of 239.48º 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 #5859CB is Cyan = 0.57, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 88 89 203 -
CMYK 0.57 0.56 0 0.20
HSL 239.48º 0.53% 0.57% -
HSV(B) 239.48º 0.57% 0.8% -
XYZ 18.38 13.53 58.14 -
YUV 101.7 185.17 118.23 -
System Red Green Blue C M Y K H S L
Decimal 88 89 203 0.57 0.56 0 0.20 239.48 0.53 0.57
Hex 58 59 CB 39 38 0 14 EF 35 39
Octal 130 131 313 71 70 0 24 357 65 71
Binary 1011000 1011001 11001011 111001 111000 0 10100 11101111 110101 111001

Color Harmonies of #5859CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5859CB

Black with #5859CB

Text Example


Text Example

White with #5859CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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