Html Css Color HEX #5082BC Havelock Blue

📋 copy color: '#5082BC'

red 80 ◦ green 130 ◦ blue 188

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

Shades of Havelock Blue #5082BC

Tints of Havelock Blue #5082BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 47.24%

R = 20.1%
G = 32.66%
B = 47.24%

CMYK

 C value IS 0.57

 M value IS 0.31

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5082BC (or 0x5082BC) is known color: Havelock Blue. HEX triplet: 50, 82 and BC. RGB value is (80,130,188). Sum of RGB (Red+Green+Blue) = 80+130+188=398 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.10% from 398); Green value is 130 (51.17% from 255 or 32.66% from 398); Blue value is 188 (73.83% from 255 or 47.24% from 398); Max value from RGB is 188 - color contains mainly: blue. Hex color #5082BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5082BC is #AF7D43. Grayscale: #797979. Windows color (decimal): -11500868 or 12354128. OLE color: 12354128.

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

Color convert

RGB 80 130 188 -
CMYK 0.57 0.31 0 0.26
HSL 212.22º 0.45% 0.53% -
HSV(B) 212.22º 0.57% 0.74% -
XYZ 20.37 21.3 50.62 -
YUV 121.66 165.44 98.28 -
System Red Green Blue C M Y K H S L
Decimal 80 130 188 0.57 0.31 0 0.26 212.22 0.45 0.53
Hex 50 82 BC 39 1F 0 1A D4 2D 35
Octal 120 202 274 71 37 0 32 324 55 65
Binary 1010000 10000010 10111100 111001 11111 0 11010 11010100 101101 110101

Color Harmonies of #5082BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5082BC

Black with #5082BC

Text Example


Text Example

White with #5082BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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