#5081CC

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

Shades of Havelock Blue #5081CC

Tints of Havelock Blue #5081CC

Color information

#5081CC (or 0x5081CC) is unknown color: approx Havelock Blue. HEX triplet: 50, 81 and CC. RGB value is (80,129,204). Sum of RGB (Red+Green+Blue) = 80+129+204=413 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.37% from 413); Green value is 129 (50.78% from 255 or 31.23% from 413); Blue value is 204 (80.08% from 255 or 49.39% from 413); Max value from RGB is 204 - color contains mainly: blue. Hex color #5081CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5081CC is #AF7E33. Grayscale: #7A7A7A. Windows color (decimal): -11501108 or 13402448. OLE color: 13402448.

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

Color convert

RGB80129204-
CMYK0.610.3700.2
HSL216.29º54.87%55.69%-
HSV(B)216.29º60.78%80%-
XYZ22.0621.7760.17-
YUV122.9173.7797.4-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 19.37%
GREEN value IS 129 (50.78% from 255) = 31.23%
BLUE value IS 204 (80.08% from 255) = 49.39%
R=19.37%
G=31.23%
B=49.39%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal801292040.610.3700.2216.2954.8755.69
Hex5081CC3D25014d83738
Octal12020131475450243306770
Binary1010000100000011100110011110110010101010011011000110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5081CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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