#5481CB

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

Shades of Havelock Blue #5481CB

Tints of Havelock Blue #5481CB

Color information

#5481CB (or 0x5481CB) is unknown color: approx Havelock Blue. HEX triplet: 54, 81 and CB. RGB value is (84,129,203). Sum of RGB (Red+Green+Blue) = 84+129+203=416 (55% of max value = 765). Red value is 84 (33.20% from 255 or 20.19% from 416); Green value is 129 (50.78% from 255 or 31.01% from 416); Blue value is 203 (79.69% from 255 or 48.80% from 416); Max value from RGB is 203 - color contains mainly: blue. Hex color #5481CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5481CB is #AB7E34. Grayscale: #7B7B7B. Windows color (decimal): -11238965 or 13336916. OLE color: 13336916.

HSL color Cylindrical-coordinate representation of color #5481CB: hue angle of 217.31º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5481CB is Cyan = 0.59, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB84129203-
CMYK0.590.3600.20
HSL217.31º53.36%56.27%-
HSV(B)217.31º58.62%79.61%-
XYZ22.2921.959.55-
YUV123.98172.5999.48-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 20.19%
GREEN value IS 129 (50.78% from 255) = 31.01%
BLUE value IS 203 (79.69% from 255) = 48.80%
R=20.19%
G=31.01%
B=48.80%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal841292030.590.3600.20217.3153.3656.27
Hex5481CB3B24014d93538
Octal12420131373440243316570
Binary1010100100000011100101111101110010001010011011001110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5481CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5481CB; }

 p { color: rgb(84,129,203); }

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

<style>
 a { background-color: #5481CB; }

 a { background-color: rgb(84,129,203); }

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

<style>
 span { border-color: #5481CB; }

 span { border-color: rgb(84,129,203); }

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