#5080C7

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

Shades of Havelock Blue #5080C7

Tints of Havelock Blue #5080C7

Color information

#5080C7 (or 0x5080C7) is unknown color: approx Havelock Blue. HEX triplet: 50, 80 and C7. RGB value is (80,128,199). Sum of RGB (Red+Green+Blue) = 80+128+199=407 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.66% from 407); Green value is 128 (50.39% from 255 or 31.45% from 407); Blue value is 199 (78.12% from 255 or 48.89% from 407); Max value from RGB is 199 - color contains mainly: blue. Hex color #5080C7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5080C7 is #AF7F38. Grayscale: #797979. Windows color (decimal): -11501369 or 13074512. OLE color: 13074512.

HSL color Cylindrical-coordinate representation of color #5080C7: hue angle of 215.8º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5080C7 is Cyan = 0.60, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB80128199-
CMYK0.600.3600.22
HSL215.8º51.52%54.71%-
HSV(B)215.8º59.8%78.04%-
XYZ21.3421.2757.01-
YUV121.74171.698.23-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 19.66%
GREEN value IS 128 (50.39% from 255) = 31.45%
BLUE value IS 199 (78.12% from 255) = 48.89%
R=19.66%
G=31.45%
B=48.89%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal801281990.600.3600.22215.851.5254.71
Hex5080C73C24016d83437
Octal12020030774440263306467
Binary1010000100000001100011111110010010001011011011000110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5080C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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