#5483BD

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

Shades of Havelock Blue #5483BD

Tints of Havelock Blue #5483BD

Color information

#5483BD (or 0x5483BD) is unknown color: approx Havelock Blue. HEX triplet: 54, 83 and BD. RGB value is (84,131,189). Sum of RGB (Red+Green+Blue) = 84+131+189=404 (53% of max value = 765). Red value is 84 (33.20% from 255 or 20.79% from 404); Green value is 131 (51.56% from 255 or 32.43% from 404); Blue value is 189 (74.22% from 255 or 46.78% from 404); Max value from RGB is 189 - color contains mainly: blue. Hex color #5483BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5483BD is #AB7C42. Grayscale: #7B7B7B. Windows color (decimal): -11238467 or 12419924. OLE color: 12419924.

HSL color Cylindrical-coordinate representation of color #5483BD: hue angle of 213.14º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5483BD is Cyan = 0.56, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB84131189-
CMYK0.560.3100.26
HSL213.14º44.3%53.53%-
HSV(B)213.14º55.56%74.12%-
XYZ20.9621.7951.25-
YUV123.56164.9399.78-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 20.79%
GREEN value IS 131 (51.56% from 255) = 32.43%
BLUE value IS 189 (74.22% from 255) = 46.78%
R=20.79%
G=32.43%
B=46.78%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal841311890.560.3100.26213.1444.353.53
Hex5483BD381F01Ad52c36
Octal12420327570370323255466
Binary101010010000011101111011110001111101101011010101101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5483BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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