Html Css Color HEX #5983DB Havelock Blue

📋 copy color: '#5983DB'

red 89 ◦ green 131 ◦ blue 219

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

Shades of Havelock Blue #5983DB

Tints of Havelock Blue #5983DB

RGB

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

 GREEN value IS 131 (51.56% from 255) = 29.84%

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

R = 20.27%
G = 29.84%
B = 49.89%

CMYK

 C value IS 0.59

 M value IS 0.40

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5983DB (or 0x5983DB) is known color: Havelock Blue. HEX triplet: 59, 83 and DB. RGB value is (89,131,219). Sum of RGB (Red+Green+Blue) = 89+131+219=439 (58% of max value = 765). Red value is 89 (35.16% from 255 or 20.27% from 439); Green value is 131 (51.56% from 255 or 29.84% from 439); Blue value is 219 (85.94% from 255 or 49.89% from 439); Max value from RGB is 219 - color contains mainly: blue. Hex color #5983DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5983DB is #A67C24. Grayscale: #808080. Windows color (decimal): -10910757 or 14386009. OLE color: 14386009.

HSL color Cylindrical-coordinate representation of color #5983DB: hue angle of 220.62º 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 #5983DB is Cyan = 0.59, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 89 131 219 -
CMYK 0.59 0.40 0 0.14
HSL 220.62º 0.64% 0.6% -
HSV(B) 220.62º 0.59% 0.86% -
XYZ 25.02 23.47 70.23 -
YUV 128.47 179.09 99.84 -
System Red Green Blue C M Y K H S L
Decimal 89 131 219 0.59 0.40 0 0.14 220.62 0.64 0.6
Hex 59 83 DB 3B 28 0 E DD 40 3C
Octal 131 203 333 73 50 0 16 335 100 74
Binary 1011001 10000011 11011011 111011 101000 0 1110 11011101 1000000 111100

Color Harmonies of #5983DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5983DB

Black with #5983DB

Text Example


Text Example

White with #5983DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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