#5480D5

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

Shades of Havelock Blue #5480D5

Tints of Havelock Blue #5480D5

Color information

#5480D5 (or 0x5480D5) is unknown color: approx Havelock Blue. HEX triplet: 54, 80 and D5. RGB value is (84,128,213). Sum of RGB (Red+Green+Blue) = 84+128+213=425 (56% of max value = 765). Red value is 84 (33.20% from 255 or 19.76% from 425); Green value is 128 (50.39% from 255 or 30.12% from 425); Blue value is 213 (83.59% from 255 or 50.12% from 425); Max value from RGB is 213 - color contains mainly: blue. Hex color #5480D5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5480D5 is #AB7F2A. Grayscale: #7C7C7C. Windows color (decimal): -11239211 or 13992020. OLE color: 13992020.

HSL color Cylindrical-coordinate representation of color #5480D5: hue angle of 219.53º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5480D5 is Cyan = 0.61, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB84128213-
CMYK0.610.4000.16
HSL219.53º60.56%58.24%-
HSV(B)219.53º60.56%83.53%-
XYZ23.3922.1365.99-
YUV124.53177.9299.09-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 19.76%
GREEN value IS 128 (50.39% from 255) = 30.12%
BLUE value IS 213 (83.59% from 255) = 50.12%
R=19.76%
G=30.12%
B=50.12%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal841282130.610.4000.16219.5360.5658.24
Hex5480D53D28010dc3d3a
Octal12420032575500203347572
Binary1010100100000001101010111110110100001000011011100111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5480D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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