Html Css Color HEX #5082BD Havelock Blue

📋 copy color: '#5082BD'

red 80 ◦ green 130 ◦ blue 189

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

Shades of Havelock Blue #5082BD

Tints of Havelock Blue #5082BD

RGB

 RED value IS 80 (31.64% from 255) = 20.05%

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

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

R = 20.05%
G = 32.58%
B = 47.37%

CMYK

 C value IS 0.58

 M value IS 0.31

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5082BD (or 0x5082BD) is known color: Havelock Blue. HEX triplet: 50, 82 and BD. RGB value is (80,130,189). Sum of RGB (Red+Green+Blue) = 80+130+189=399 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.05% from 399); Green value is 130 (51.17% from 255 or 32.58% from 399); Blue value is 189 (74.22% from 255 or 47.37% from 399); Max value from RGB is 189 - color contains mainly: blue. Hex color #5082BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5082BD is #AF7D42. Grayscale: #797979. Windows color (decimal): -11500867 or 12419664. OLE color: 12419664.

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

Color convert

RGB 80 130 189 -
CMYK 0.58 0.31 0 0.26
HSL 212.48º 0.45% 0.53% -
HSV(B) 212.48º 0.58% 0.74% -
XYZ 20.48 21.34 51.18 -
YUV 121.78 165.94 98.2 -
System Red Green Blue C M Y K H S L
Decimal 80 130 189 0.58 0.31 0 0.26 212.48 0.45 0.53
Hex 50 82 BD 3A 1F 0 1A D4 2D 35
Octal 120 202 275 72 37 0 32 324 55 65
Binary 1010000 10000010 10111101 111010 11111 0 11010 11010100 101101 110101

Color Harmonies of #5082BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5082BD

Black with #5082BD

Text Example


Text Example

White with #5082BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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