#5481BE

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

Shades of Havelock Blue #5481BE

Tints of Havelock Blue #5481BE

Color information

#5481BE (or 0x5481BE) is unknown color: approx Havelock Blue. HEX triplet: 54, 81 and BE. RGB value is (84,129,190). Sum of RGB (Red+Green+Blue) = 84+129+190=403 (53% of max value = 765). Red value is 84 (33.20% from 255 or 20.84% from 403); Green value is 129 (50.78% from 255 or 32.01% from 403); Blue value is 190 (74.61% from 255 or 47.15% from 403); Max value from RGB is 190 - color contains mainly: blue. Hex color #5481BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5481BE is #AB7E41. Grayscale: #7A7A7A. Windows color (decimal): -11238978 or 12484948. OLE color: 12484948.

HSL color Cylindrical-coordinate representation of color #5481BE: hue angle of 214.53º degrees, saturation: 0.45, 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 #5481BE is Cyan = 0.56, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB84129190-
CMYK0.560.3200.25
HSL214.53º44.92%53.73%-
HSV(B)214.53º55.79%74.51%-
XYZ20.821.351.73-
YUV122.5166.09100.54-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 20.84%
GREEN value IS 129 (50.78% from 255) = 32.01%
BLUE value IS 190 (74.61% from 255) = 47.15%
R=20.84%
G=32.01%
B=47.15%

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
Decimal841291900.560.3200.25214.5344.9253.73
Hex5481BE3820019d72d36
Octal12420127670400313275566
Binary1010100100000011011111011100010000001100111010111101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5481BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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