#5483bf

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

Shades of Havelock Blue #5483BF

Tints of Havelock Blue #5483BF

Color information

#5483BF (or 0x5483BF) is unknown color: approx Havelock Blue. HEX triplet: 54, 83 and BF. RGB value is (84,131,191). Sum of RGB (Red+Green+Blue) = 84+131+191=406 (53% of max value = 765). Red value is 84 (33.20% from 255 or 20.69% from 406); Green value is 131 (51.56% from 255 or 32.27% from 406); Blue value is 191 (75% from 255 or 47.04% from 406); Max value from RGB is 191 - color contains mainly: blue. Hex color #5483BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5483BF is #AB7C40. Grayscale: #7B7B7B. Windows color (decimal): -11238465 or 12550996. OLE color: 12550996.

HSL color Cylindrical-coordinate representation of color #5483BF: hue angle of 213.64º 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 #5483BF is Cyan = 0.56, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB84131191-
CMYK0.560.3100.25
HSL213.64º45.53%53.92%-
HSV(B)213.64º56.02%74.9%-
XYZ21.1821.8852.4-
YUV123.79165.9399.62-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 20.69%
GREEN value IS 131 (51.56% from 255) = 32.27%
BLUE value IS 191 (75% from 255) = 47.04%
R=20.69%
G=32.27%
B=47.04%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal841311910.560.3100.25213.6445.5353.92
Hex5483BF381F019d62e36
Octal12420327770370313265666
Binary101010010000011101111111110001111101100111010110101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5483bf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5483bf; }

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

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

<style>
 a { background-color: #5483bf; }

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

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

<style>
 span { border-color: #5483bf; }

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

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