Html Css Color HEX #5962DB Slate Blue

📋 copy color: '#5962DB'

red 89 ◦ green 98 ◦ blue 219

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

Shades of Slate Blue #5962DB

Tints of Slate Blue #5962DB

RGB

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

 GREEN value IS 98 (38.67% from 255) = 24.14%

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

R = 21.92%
G = 24.14%
B = 53.94%

CMYK

 C value IS 0.59

 M value IS 0.55

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5962DB (or 0x5962DB) is known color: Slate Blue. HEX triplet: 59, 62 and DB. RGB value is (89,98,219). Sum of RGB (Red+Green+Blue) = 89+98+219=406 (53% of max value = 765). Red value is 89 (35.16% from 255 or 21.92% from 406); Green value is 98 (38.67% from 255 or 24.14% from 406); Blue value is 219 (85.94% from 255 or 53.94% from 406); Max value from RGB is 219 - color contains mainly: blue. Hex color #5962DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5962DB is #A69D24. Grayscale: #6C6C6C. Windows color (decimal): -10919205 or 14377561. OLE color: 14377561.

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

Color convert

RGB 89 98 219 -
CMYK 0.59 0.55 0 0.14
HSL 235.85º 0.64% 0.6% -
HSV(B) 235.85º 0.59% 0.86% -
XYZ 21.27 15.97 68.98 -
YUV 109.1 190.02 113.66 -
System Red Green Blue C M Y K H S L
Decimal 89 98 219 0.59 0.55 0 0.14 235.85 0.64 0.6
Hex 59 62 DB 3B 37 0 E EC 40 3C
Octal 131 142 333 73 67 0 16 354 100 74
Binary 1011001 1100010 11011011 111011 110111 0 1110 11101100 1000000 111100

Color Harmonies of #5962DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5962DB

Black with #5962DB

Text Example


Text Example

White with #5962DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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