#5072B7

Color #5072B7 Havelock Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Havelock Blue #5072B7

Tints of Havelock Blue #5072B7

Color information

#5072B7 (or 0x5072B7) is unknown color: approx Havelock Blue. HEX triplet: 50, 72 and B7. RGB value is (80,114,183). Sum of RGB (Red+Green+Blue) = 80+114+183=377 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.22% from 377); Green value is 114 (44.92% from 255 or 30.24% from 377); Blue value is 183 (71.88% from 255 or 48.54% from 377); Max value from RGB is 183 - color contains mainly: blue. Hex color #5072B7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5072B7 is #AF8D48. Grayscale: #6F6F6F. Windows color (decimal): -11504969 or 12022352. OLE color: 12022352.

HSL color Cylindrical-coordinate representation of color #5072B7: hue angle of 220.19º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5072B7 is Cyan = 0.56, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB80114183-
CMYK0.560.3800.28
HSL220.19º41.7%51.57%-
HSV(B)220.19º56.28%71.76%-
XYZ17.8717.1647.17-
YUV111.7168.24105.39-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.22%
GREEN value IS 114 (44.92% from 255) = 30.24%
BLUE value IS 183 (71.88% from 255) = 48.54%
R=21.22%
G=30.24%
B=48.54%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal801141830.560.3800.28220.1941.751.57
Hex5072B7382601Cdc2a34
Octal12016226770460343345264
Binary101000011100101011011111100010011001110011011100101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5072B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5072B7; }

 p { color: rgb(80,114,183); }

 H1.HeaderClassName
 {
   color: #5072B7;
 }
 .AnyTagClassName
 {
   color: #5072B7;
 }
</style>
background-color css

<style>
 a { background-color: #5072B7; }

 a { background-color: rgb(80,114,183); }

 div.DivClassName
 {
   background-color: #5072B7;
 }
 .BgClassName
 {
   background-color: #5072B7;
 }
</style>
border-color css

<style>
 span { border-color: #5072B7; }

 span { border-color: rgb(80,114,183); }

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