Html Css Color HEX #5956DB Slate Blue

📋 copy color: '#5956DB'

red 89 ◦ green 86 ◦ blue 219

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

Shades of Slate Blue #5956DB

Tints of Slate Blue #5956DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 55.58%

R = 22.59%
G = 21.83%
B = 55.58%

CMYK

 C value IS 0.59

 M value IS 0.61

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5956DB (or 0x5956DB) is known color: Slate Blue. HEX triplet: 59, 56 and DB. RGB value is (89,86,219). Sum of RGB (Red+Green+Blue) = 89+86+219=394 (52% of max value = 765). Red value is 89 (35.16% from 255 or 22.59% from 394); Green value is 86 (33.98% from 255 or 21.83% from 394); Blue value is 219 (85.94% from 255 or 55.58% from 394); Max value from RGB is 219 - color contains mainly: blue. Hex color #5956DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5956DB is #A6A924. Grayscale: #656565. Windows color (decimal): -10922277 or 14374489. OLE color: 14374489.

HSL color Cylindrical-coordinate representation of color #5956DB: hue angle of 241.35º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5956DB is Cyan = 0.59, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 89 86 219 -
CMYK 0.59 0.61 0 0.14
HSL 241.35º 0.65% 0.6% -
HSV(B) 241.35º 0.61% 0.86% -
XYZ 20.23 13.89 68.63 -
YUV 102.06 193.99 118.69 -
System Red Green Blue C M Y K H S L
Decimal 89 86 219 0.59 0.61 0 0.14 241.35 0.65 0.6
Hex 59 56 DB 3B 3D 0 E F1 41 3C
Octal 131 126 333 73 75 0 16 361 101 74
Binary 1011001 1010110 11011011 111011 111101 0 1110 11110001 1000001 111100

Color Harmonies of #5956DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5956DB

Black with #5956DB

Text Example


Text Example

White with #5956DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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