#5480B7

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

Shades of Havelock Blue #5480B7

Tints of Havelock Blue #5480B7

Color information

#5480B7 (or 0x5480B7) is unknown color: approx Havelock Blue. HEX triplet: 54, 80 and B7. RGB value is (84,128,183). Sum of RGB (Red+Green+Blue) = 84+128+183=395 (52% of max value = 765). Red value is 84 (33.20% from 255 or 21.27% from 395); Green value is 128 (50.39% from 255 or 32.41% from 395); Blue value is 183 (71.88% from 255 or 46.33% from 395); Max value from RGB is 183 - color contains mainly: blue. Hex color #5480B7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5480B7 is #AB7F48. Grayscale: #787878. Windows color (decimal): -11239241 or 12025940. OLE color: 12025940.

HSL color Cylindrical-coordinate representation of color #5480B7: hue angle of 213.33º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5480B7 is Cyan = 0.54, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB84128183-
CMYK0.540.3000.28
HSL213.33º40.74%52.35%-
HSV(B)213.33º54.1%71.76%-
XYZ19.9220.7447.75-
YUV121.11162.92101.53-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 21.27%
GREEN value IS 128 (50.39% from 255) = 32.41%
BLUE value IS 183 (71.88% from 255) = 46.33%
R=21.27%
G=32.41%
B=46.33%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal841281830.540.3000.28213.3340.7452.35
Hex5480B7361E01Cd52934
Octal12420026766360343255164
Binary101010010000000101101111101101111001110011010101101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5480B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5480B7; }

 p { color: rgb(84,128,183); }

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

<style>
 a { background-color: #5480B7; }

 a { background-color: rgb(84,128,183); }

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

<style>
 span { border-color: #5480B7; }

 span { border-color: rgb(84,128,183); }

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