#5481BF

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

Shades of Havelock Blue #5481BF

Tints of Havelock Blue #5481BF

Color information

#5481BF (or 0x5481BF) is unknown color: approx Havelock Blue. HEX triplet: 54, 81 and BF. RGB value is (84,129,191). Sum of RGB (Red+Green+Blue) = 84+129+191=404 (53% of max value = 765). Red value is 84 (33.20% from 255 or 20.79% from 404); Green value is 129 (50.78% from 255 or 31.93% from 404); Blue value is 191 (75% from 255 or 47.28% from 404); Max value from RGB is 191 - color contains mainly: blue. Hex color #5481BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5481BF is #AB7E40. Grayscale: #7A7A7A. Windows color (decimal): -11238977 or 12550484. OLE color: 12550484.

HSL color Cylindrical-coordinate representation of color #5481BF: hue angle of 214.77º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5481BF is Cyan = 0.56, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB84129191-
CMYK0.560.3200.25
HSL214.77º45.53%53.92%-
HSV(B)214.77º56.02%74.9%-
XYZ20.9121.3552.31-
YUV122.61166.59100.46-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 20.79%
GREEN value IS 129 (50.78% from 255) = 31.93%
BLUE value IS 191 (75% from 255) = 47.28%
R=20.79%
G=31.93%
B=47.28%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal841291910.560.3200.25214.7745.5353.92
Hex5481BF3820019d72e36
Octal12420127770400313275666
Binary1010100100000011011111111100010000001100111010111101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5481BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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