#5480CE

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

Shades of Havelock Blue #5480CE

Tints of Havelock Blue #5480CE

Color information

#5480CE (or 0x5480CE) is unknown color: approx Havelock Blue. HEX triplet: 54, 80 and CE. RGB value is (84,128,206). Sum of RGB (Red+Green+Blue) = 84+128+206=418 (55% of max value = 765). Red value is 84 (33.20% from 255 or 20.10% from 418); Green value is 128 (50.39% from 255 or 30.62% from 418); Blue value is 206 (80.86% from 255 or 49.28% from 418); Max value from RGB is 206 - color contains mainly: blue. Hex color #5480CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5480CE is #AB7F31. Grayscale: #7B7B7B. Windows color (decimal): -11239218 or 13533268. OLE color: 13533268.

HSL color Cylindrical-coordinate representation of color #5480CE: hue angle of 218.36º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5480CE is Cyan = 0.59, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB84128206-
CMYK0.590.3800.19
HSL218.36º55.45%56.86%-
HSV(B)218.36º59.22%80.78%-
XYZ22.5221.7861.41-
YUV123.74174.4299.66-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 20.10%
GREEN value IS 128 (50.39% from 255) = 30.62%
BLUE value IS 206 (80.86% from 255) = 49.28%
R=20.10%
G=30.62%
B=49.28%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal841282060.590.3800.19218.3655.4556.86
Hex5480CE3B26013da3739
Octal12420031673460233326771
Binary1010100100000001100111011101110011001001111011010110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5480CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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