#5070BE

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

Shades of Havelock Blue #5070BE

Tints of Havelock Blue #5070BE

Color information

#5070BE (or 0x5070BE) is unknown color: approx Havelock Blue. HEX triplet: 50, 70 and BE. RGB value is (80,112,190). Sum of RGB (Red+Green+Blue) = 80+112+190=382 (50% of max value = 765). Red value is 80 (31.64% from 255 or 20.94% from 382); Green value is 112 (44.14% from 255 or 29.32% from 382); Blue value is 190 (74.61% from 255 or 49.74% from 382); Max value from RGB is 190 - color contains mainly: blue. Hex color #5070BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5070BE is #AF8F41. Grayscale: #6E6E6E. Windows color (decimal): -11505474 or 12480592. OLE color: 12480592.

HSL color Cylindrical-coordinate representation of color #5070BE: hue angle of 222.55º 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 #5070BE is Cyan = 0.58, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB80112190-
CMYK0.580.4100.25
HSL222.55º45.83%52.94%-
HSV(B)222.55º57.89%74.51%-
XYZ18.417.0151.03-
YUV111.32172.4105.66-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 20.94%
GREEN value IS 112 (44.14% from 255) = 29.32%
BLUE value IS 190 (74.61% from 255) = 49.74%
R=20.94%
G=29.32%
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
Decimal801121900.580.4100.25222.5545.8352.94
Hex5070BE3A29019df2e35
Octal12016027672510313375665
Binary101000011100001011111011101010100101100111011111101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5070BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5070BE; }

 p { color: rgb(80,112,190); }

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

<style>
 a { background-color: #5070BE; }

 a { background-color: rgb(80,112,190); }

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

<style>
 span { border-color: #5070BE; }

 span { border-color: rgb(80,112,190); }

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