Html Css Color HEX #5982BD Havelock Blue

📋 copy color: '#5982BD'

red 89 ◦ green 130 ◦ blue 189

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

Shades of Havelock Blue #5982BD

Tints of Havelock Blue #5982BD

RGB

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

 GREEN value IS 130 (51.17% from 255) = 31.86%

 BLUE value IS 189 (74.22% from 255) = 46.32%

R = 21.81%
G = 31.86%
B = 46.32%

CMYK

 C value IS 0.53

 M value IS 0.31

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5982BD (or 0x5982BD) is known color: Havelock Blue. HEX triplet: 59, 82 and BD. RGB value is (89,130,189). Sum of RGB (Red+Green+Blue) = 89+130+189=408 (54% of max value = 765). Red value is 89 (35.16% from 255 or 21.81% from 408); Green value is 130 (51.17% from 255 or 31.86% from 408); Blue value is 189 (74.22% from 255 or 46.32% from 408); Max value from RGB is 189 - color contains mainly: blue. Hex color #5982BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5982BD is #A67D42. Grayscale: #7C7C7C. Windows color (decimal): -10911043 or 12419673. OLE color: 12419673.

HSL color Cylindrical-coordinate representation of color #5982BD: hue angle of 215.4º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5982BD is Cyan = 0.53, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 89 130 189 -
CMYK 0.53 0.31 0 0.26
HSL 215.4º 0.43% 0.55% -
HSV(B) 215.4º 0.53% 0.74% -
XYZ 21.29 21.76 51.22 -
YUV 124.47 164.42 102.7 -
System Red Green Blue C M Y K H S L
Decimal 89 130 189 0.53 0.31 0 0.26 215.4 0.43 0.55
Hex 59 82 BD 35 1F 0 1A D7 2B 37
Octal 131 202 275 65 37 0 32 327 53 67
Binary 1011001 10000010 10111101 110101 11111 0 11010 11010111 101011 110111

Color Harmonies of #5982BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5982BD

Black with #5982BD

Text Example


Text Example

White with #5982BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5982BD; }

 p { color: rgb(89,130,189); }

 H1.HeaderClassName
 {
   color: #5982BD;
 }
 .AnyTagClassName
 {
   color: #5982BD;
 }
</style>

background-color css

<style>
 a { background-color: #5982BD; }

 a { background-color: rgb(89,130,189); }

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

border-color css

<style>
 span { border-color: #5982BD; }

 span { border-color: rgb(89,130,189); }

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