#5080CA

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

Shades of Havelock Blue #5080CA

Tints of Havelock Blue #5080CA

Color information

#5080CA (or 0x5080CA) is unknown color: approx Havelock Blue. HEX triplet: 50, 80 and CA. RGB value is (80,128,202). Sum of RGB (Red+Green+Blue) = 80+128+202=410 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.51% from 410); Green value is 128 (50.39% from 255 or 31.22% from 410); Blue value is 202 (79.30% from 255 or 49.27% from 410); Max value from RGB is 202 - color contains mainly: blue. Hex color #5080CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5080CA is #AF7F35. Grayscale: #797979. Windows color (decimal): -11501366 or 13271120. OLE color: 13271120.

HSL color Cylindrical-coordinate representation of color #5080CA: hue angle of 216.39º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5080CA is Cyan = 0.60, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB80128202-
CMYK0.600.3700.21
HSL216.39º53.51%55.29%-
HSV(B)216.39º60.4%79.22%-
XYZ21.6921.4158.87-
YUV122.08173.197.98-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 19.51%
GREEN value IS 128 (50.39% from 255) = 31.22%
BLUE value IS 202 (79.30% from 255) = 49.27%
R=19.51%
G=31.22%
B=49.27%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal801282020.600.3700.21216.3953.5155.29
Hex5080CA3C25015d83637
Octal12020031274450253306667
Binary1010000100000001100101011110010010101010111011000110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5080CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5080CA; }

 p { color: rgb(80,128,202); }

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

<style>
 a { background-color: #5080CA; }

 a { background-color: rgb(80,128,202); }

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

<style>
 span { border-color: #5080CA; }

 span { border-color: rgb(80,128,202); }

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