Html Css Color HEX #5082BB Havelock Blue

📋 copy color: '#5082BB'

red 80 ◦ green 130 ◦ blue 187

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

Shades of Havelock Blue #5082BB

Tints of Havelock Blue #5082BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 47.1%

R = 20.15%
G = 32.75%
B = 47.1%

CMYK

 C value IS 0.57

 M value IS 0.30

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5082BB (or 0x5082BB) is known color: Havelock Blue. HEX triplet: 50, 82 and BB. RGB value is (80,130,187). Sum of RGB (Red+Green+Blue) = 80+130+187=397 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.15% from 397); Green value is 130 (51.17% from 255 or 32.75% from 397); Blue value is 187 (73.44% from 255 or 47.10% from 397); Max value from RGB is 187 - color contains mainly: blue. Hex color #5082BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5082BB is #AF7D44. Grayscale: #797979. Windows color (decimal): -11500869 or 12288592. OLE color: 12288592.

HSL color Cylindrical-coordinate representation of color #5082BB: hue angle of 211.96º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5082BB is Cyan = 0.57, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 80 130 187 -
CMYK 0.57 0.30 0 0.27
HSL 211.96º 0.44% 0.52% -
HSV(B) 211.96º 0.57% 0.73% -
XYZ 20.26 21.26 50.05 -
YUV 121.55 164.94 98.37 -
System Red Green Blue C M Y K H S L
Decimal 80 130 187 0.57 0.30 0 0.27 211.96 0.44 0.52
Hex 50 82 BB 39 1E 0 1B D4 2C 34
Octal 120 202 273 71 36 0 33 324 54 64
Binary 1010000 10000010 10111011 111001 11110 0 11011 11010100 101100 110100

Color Harmonies of #5082BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5082BB

Black with #5082BB

Text Example


Text Example

White with #5082BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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