#5071BF

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

Shades of Havelock Blue #5071BF

Tints of Havelock Blue #5071BF

Color information

#5071BF (or 0x5071BF) is unknown color: approx Havelock Blue. HEX triplet: 50, 71 and BF. RGB value is (80,113,191). Sum of RGB (Red+Green+Blue) = 80+113+191=384 (50% of max value = 765). Red value is 80 (31.64% from 255 or 20.83% from 384); Green value is 113 (44.53% from 255 or 29.43% from 384); Blue value is 191 (75% from 255 or 49.74% from 384); Max value from RGB is 191 - color contains mainly: blue. Hex color #5071BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5071BF is #AF8E40. Grayscale: #6F6F6F. Windows color (decimal): -11505217 or 12546384. OLE color: 12546384.

HSL color Cylindrical-coordinate representation of color #5071BF: hue angle of 222.16º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5071BF is Cyan = 0.58, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB80113191-
CMYK0.580.4100.25
HSL222.16º46.44%53.14%-
HSV(B)222.16º58.12%74.9%-
XYZ18.6217.2851.64-
YUV112.02172.57105.16-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 20.83%
GREEN value IS 113 (44.53% from 255) = 29.43%
BLUE value IS 191 (75% from 255) = 49.74%
R=20.83%
G=29.43%
B=49.74%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal801131910.580.4100.25222.1646.4453.14
Hex5071BF3A29019de2e35
Octal12016127772510313365665
Binary101000011100011011111111101010100101100111011110101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5071BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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