Html Css Color HEX #5956CE Slate Blue

📋 copy color: '#5956CE'

red 89 ◦ green 86 ◦ blue 206

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

Shades of Slate Blue #5956CE

Tints of Slate Blue #5956CE

RGB

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

 GREEN value IS 86 (33.98% from 255) = 22.57%

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

R = 23.36%
G = 22.57%
B = 54.07%

CMYK

 C value IS 0.57

 M value IS 0.58

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5956CE (or 0x5956CE) is known color: Slate Blue. HEX triplet: 59, 56 and CE. RGB value is (89,86,206). Sum of RGB (Red+Green+Blue) = 89+86+206=381 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.36% from 381); Green value is 86 (33.98% from 255 or 22.57% from 381); Blue value is 206 (80.86% from 255 or 54.07% from 381); Max value from RGB is 206 - color contains mainly: blue. Hex color #5956CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5956CE is #A6A931. Grayscale: #646464. Windows color (decimal): -10922290 or 13522521. OLE color: 13522521.

HSL color Cylindrical-coordinate representation of color #5956CE: hue angle of 241.5º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5956CE is Cyan = 0.57, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 89 86 206 -
CMYK 0.57 0.58 0 0.19
HSL 241.5º 0.55% 0.57% -
HSV(B) 241.5º 0.58% 0.81% -
XYZ 18.59 13.24 59.97 -
YUV 100.58 187.49 119.74 -
System Red Green Blue C M Y K H S L
Decimal 89 86 206 0.57 0.58 0 0.19 241.5 0.55 0.57
Hex 59 56 CE 39 3A 0 13 F2 37 39
Octal 131 126 316 71 72 0 23 362 67 71
Binary 1011001 1010110 11001110 111001 111010 0 10011 11110010 110111 111001

Color Harmonies of #5956CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5956CE

Black with #5956CE

Text Example


Text Example

White with #5956CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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