#5071CC

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

Shades of Havelock Blue #5071CC

Tints of Havelock Blue #5071CC

Color information

#5071CC (or 0x5071CC) is unknown color: approx Havelock Blue. HEX triplet: 50, 71 and CC. RGB value is (80,113,204). Sum of RGB (Red+Green+Blue) = 80+113+204=397 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.15% from 397); Green value is 113 (44.53% from 255 or 28.46% from 397); Blue value is 204 (80.08% from 255 or 51.39% from 397); Max value from RGB is 204 - color contains mainly: blue. Hex color #5071CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5071CC is #AF8E33. Grayscale: #717171. Windows color (decimal): -11505204 or 13398352. OLE color: 13398352.

HSL color Cylindrical-coordinate representation of color #5071CC: hue angle of 224.03º degrees, saturation: 0.55, 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 #5071CC is Cyan = 0.61, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB80113204-
CMYK0.610.4500.2
HSL224.03º54.87%55.69%-
HSV(B)224.03º60.78%80%-
XYZ20.1117.8859.52-
YUV113.51179.07104.1-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 20.15%
GREEN value IS 113 (44.53% from 255) = 28.46%
BLUE value IS 204 (80.08% from 255) = 51.39%
R=20.15%
G=28.46%
B=51.39%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal801132040.610.4500.2224.0354.8755.69
Hex5071CC3D2D014e03738
Octal12016131475550243406770
Binary101000011100011100110011110110110101010011100000110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5071CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5071CC; }

 p { color: rgb(80,113,204); }

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

<style>
 a { background-color: #5071CC; }

 a { background-color: rgb(80,113,204); }

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

<style>
 span { border-color: #5071CC; }

 span { border-color: rgb(80,113,204); }

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