#5481CF

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

Shades of Havelock Blue #5481CF

Tints of Havelock Blue #5481CF

Color information

#5481CF (or 0x5481CF) is unknown color: approx Havelock Blue. HEX triplet: 54, 81 and CF. RGB value is (84,129,207). Sum of RGB (Red+Green+Blue) = 84+129+207=420 (55% of max value = 765). Red value is 84 (33.20% from 255 or 20% from 420); Green value is 129 (50.78% from 255 or 30.71% from 420); Blue value is 207 (81.25% from 255 or 49.29% from 420); Max value from RGB is 207 - color contains mainly: blue. Hex color #5481CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5481CF is #AB7E30. Grayscale: #7C7C7C. Windows color (decimal): -11238961 or 13599060. OLE color: 13599060.

HSL color Cylindrical-coordinate representation of color #5481CF: hue angle of 218.05º degrees, saturation: 0.56, 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 #5481CF is Cyan = 0.59, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB84129207-
CMYK0.590.3800.19
HSL218.05º56.16%57.06%-
HSV(B)218.05º59.42%81.18%-
XYZ22.7722.0962.1-
YUV124.44174.5999.16-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 20%
GREEN value IS 129 (50.78% from 255) = 30.71%
BLUE value IS 207 (81.25% from 255) = 49.29%
R=20%
G=30.71%
B=49.29%

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
Decimal841292070.590.3800.19218.0556.1657.06
Hex5481CF3B26013da3839
Octal12420131773460233327071
Binary1010100100000011100111111101110011001001111011010111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5481CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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