Html Css Color HEX #5981B6 Havelock Blue

📋 copy color: '#5981B6'

red 89 ◦ green 129 ◦ blue 182

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

Shades of Havelock Blue #5981B6

Tints of Havelock Blue #5981B6

RGB

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

 GREEN value IS 129 (50.78% from 255) = 32.25%

 BLUE value IS 182 (71.48% from 255) = 45.5%

R = 22.25%
G = 32.25%
B = 45.5%

CMYK

 C value IS 0.51

 M value IS 0.29

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#5981B6 (or 0x5981B6) is known color: Havelock Blue. HEX triplet: 59, 81 and B6. RGB value is (89,129,182). Sum of RGB (Red+Green+Blue) = 89+129+182=400 (52% of max value = 765). Red value is 89 (35.16% from 255 or 22.25% from 400); Green value is 129 (50.78% from 255 or 32.25% from 400); Blue value is 182 (71.48% from 255 or 45.5% from 400); Max value from RGB is 182 - color contains mainly: blue. Hex color #5981B6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5981B6 is #A67E49. Grayscale: #7A7A7A. Windows color (decimal): -10911306 or 11960665. OLE color: 11960665.

HSL color Cylindrical-coordinate representation of color #5981B6: hue angle of 214.19º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5981B6 is Cyan = 0.51, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 89 129 182 -
CMYK 0.51 0.29 0 0.29
HSL 214.19º 0.39% 0.53% -
HSV(B) 214.19º 0.51% 0.71% -
XYZ 20.41 21.2 47.27 -
YUV 123.08 161.25 103.69 -
System Red Green Blue C M Y K H S L
Decimal 89 129 182 0.51 0.29 0 0.29 214.19 0.39 0.53
Hex 59 81 B6 33 1D 0 1D D6 27 35
Octal 131 201 266 63 35 0 35 326 47 65
Binary 1011001 10000001 10110110 110011 11101 0 11101 11010110 100111 110101

Color Harmonies of #5981B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5981B6

Black with #5981B6

Text Example


Text Example

White with #5981B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5981B6; }

 p { color: rgb(89,129,182); }

 H1.HeaderClassName
 {
   color: #5981B6;
 }
 .AnyTagClassName
 {
   color: #5981B6;
 }
</style>

background-color css

<style>
 a { background-color: #5981B6; }

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

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

border-color css

<style>
 span { border-color: #5981B6; }

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

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