#5072C4

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

Shades of Havelock Blue #5072C4

Tints of Havelock Blue #5072C4

Color information

#5072C4 (or 0x5072C4) is unknown color: approx Havelock Blue. HEX triplet: 50, 72 and C4. RGB value is (80,114,196). Sum of RGB (Red+Green+Blue) = 80+114+196=390 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.51% from 390); Green value is 114 (44.92% from 255 or 29.23% from 390); Blue value is 196 (76.95% from 255 or 50.26% from 390); Max value from RGB is 196 - color contains mainly: blue. Hex color #5072C4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5072C4 is #AF8D3B. Grayscale: #707070. Windows color (decimal): -11504956 or 12874320. OLE color: 12874320.

HSL color Cylindrical-coordinate representation of color #5072C4: hue angle of 222.41º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5072C4 is Cyan = 0.59, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB80114196-
CMYK0.590.4200.23
HSL222.41º49.57%54.12%-
HSV(B)222.41º59.18%76.86%-
XYZ19.2917.7354.63-
YUV113.18174.74104.33-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 20.51%
GREEN value IS 114 (44.92% from 255) = 29.23%
BLUE value IS 196 (76.95% from 255) = 50.26%
R=20.51%
G=29.23%
B=50.26%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal801141960.590.4200.23222.4149.5754.12
Hex5072C43B2A017de3236
Octal12016230473520273366266
Binary101000011100101100010011101110101001011111011110110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5072C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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