#5072CD

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

Shades of Havelock Blue #5072CD

Tints of Havelock Blue #5072CD

Color information

#5072CD (or 0x5072CD) is unknown color: approx Havelock Blue. HEX triplet: 50, 72 and CD. RGB value is (80,114,205). Sum of RGB (Red+Green+Blue) = 80+114+205=399 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.05% from 399); Green value is 114 (44.92% from 255 or 28.57% from 399); Blue value is 205 (80.47% from 255 or 51.38% from 399); Max value from RGB is 205 - color contains mainly: blue. Hex color #5072CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5072CD is #AF8D32. Grayscale: #717171. Windows color (decimal): -11504947 or 13464144. OLE color: 13464144.

HSL color Cylindrical-coordinate representation of color #5072CD: hue angle of 223.68º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5072CD is Cyan = 0.61, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB80114205-
CMYK0.610.4400.20
HSL223.68º55.56%55.88%-
HSV(B)223.68º60.98%80.39%-
XYZ20.3518.1560.19-
YUV114.21179.24103.6-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 20.05%
GREEN value IS 114 (44.92% from 255) = 28.57%
BLUE value IS 205 (80.47% from 255) = 51.38%
R=20.05%
G=28.57%
B=51.38%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal801142050.610.4400.20223.6855.5655.88
Hex5072CD3D2C014e03838
Octal12016231575540243407070
Binary101000011100101100110111110110110001010011100000111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5072CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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