#5483BC

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

Shades of Havelock Blue #5483BC

Tints of Havelock Blue #5483BC

Color information

#5483BC (or 0x5483BC) is unknown color: approx Havelock Blue. HEX triplet: 54, 83 and BC. RGB value is (84,131,188). Sum of RGB (Red+Green+Blue) = 84+131+188=403 (53% of max value = 765). Red value is 84 (33.20% from 255 or 20.84% from 403); Green value is 131 (51.56% from 255 or 32.51% from 403); Blue value is 188 (73.83% from 255 or 46.65% from 403); Max value from RGB is 188 - color contains mainly: blue. Hex color #5483BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5483BC is #AB7C43. Grayscale: #7B7B7B. Windows color (decimal): -11238468 or 12354388. OLE color: 12354388.

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

Color convert

RGB84131188-
CMYK0.550.3000.26
HSL212.88º43.7%53.33%-
HSV(B)212.88º55.32%73.73%-
XYZ20.8521.7550.68-
YUV123.44164.4399.87-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 20.84%
GREEN value IS 131 (51.56% from 255) = 32.51%
BLUE value IS 188 (73.83% from 255) = 46.65%
R=20.84%
G=32.51%
B=46.65%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal841311880.550.3000.26212.8843.753.33
Hex5483BC371E01Ad52c35
Octal12420327467360323255465
Binary101010010000011101111001101111111001101011010101101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5483BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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