Html Css Color HEX #5959CE Slate Blue

📋 copy color: '#5959CE'

red 89 ◦ green 89 ◦ blue 206

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

Shades of Slate Blue #5959CE

Tints of Slate Blue #5959CE

RGB

 RED value IS 89 (35.16% from 255) = 23.18%

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

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

R = 23.18%
G = 23.18%
B = 53.65%

CMYK

 C value IS 0.57

 M value IS 0.57

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5959CE (or 0x5959CE) is known color: Slate Blue. HEX triplet: 59, 59 and CE. RGB value is (89,89,206). Sum of RGB (Red+Green+Blue) = 89+89+206=384 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.18% from 384); Green value is 89 (35.16% from 255 or 23.18% from 384); Blue value is 206 (80.86% from 255 or 53.65% from 384); Max value from RGB is 206 - color contains mainly: blue. Hex color #5959CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5959CE is #A6A631. Grayscale: #656565. Windows color (decimal): -10921522 or 13523289. OLE color: 13523289.

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

Color convert

RGB 89 89 206 -
CMYK 0.57 0.57 0 0.19
HSL 240º 0.54% 0.58% -
HSV(B) 240º 0.57% 0.81% -
XYZ 18.83 13.72 60.05 -
YUV 102.34 186.5 118.49 -
System Red Green Blue C M Y K H S L
Decimal 89 89 206 0.57 0.57 0 0.19 240 0.54 0.58
Hex 59 59 CE 39 39 0 13 F0 36 3A
Octal 131 131 316 71 71 0 23 360 66 72
Binary 1011001 1011001 11001110 111001 111001 0 10011 11110000 110110 111010

Color Harmonies of #5959CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5959CE

Black with #5959CE

Text Example


Text Example

White with #5959CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5959CE; }

 p { color: rgb(89,89,206); }

 H1.HeaderClassName
 {
   color: #5959CE;
 }
 .AnyTagClassName
 {
   color: #5959CE;
 }
</style>

background-color css

<style>
 a { background-color: #5959CE; }

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

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

border-color css

<style>
 span { border-color: #5959CE; }

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

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