#5483BE

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

Shades of Havelock Blue #5483BE

Tints of Havelock Blue #5483BE

Color information

#5483BE (or 0x5483BE) is unknown color: approx Havelock Blue. HEX triplet: 54, 83 and BE. RGB value is (84,131,190). Sum of RGB (Red+Green+Blue) = 84+131+190=405 (53% of max value = 765). Red value is 84 (33.20% from 255 or 20.74% from 405); Green value is 131 (51.56% from 255 or 32.35% from 405); Blue value is 190 (74.61% from 255 or 46.91% from 405); Max value from RGB is 190 - color contains mainly: blue. Hex color #5483BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5483BE is #AB7C41. Grayscale: #7B7B7B. Windows color (decimal): -11238466 or 12485460. OLE color: 12485460.

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

Color convert

RGB84131190-
CMYK0.560.3100.25
HSL213.4º44.92%53.73%-
HSV(B)213.4º55.79%74.51%-
XYZ21.0721.8451.82-
YUV123.67165.4399.7-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 20.74%
GREEN value IS 131 (51.56% from 255) = 32.35%
BLUE value IS 190 (74.61% from 255) = 46.91%
R=20.74%
G=32.35%
B=46.91%

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
Decimal841311900.560.3100.25213.444.9253.73
Hex5483BE381F019d52d36
Octal12420327670370313255566
Binary101010010000011101111101110001111101100111010101101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5483BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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