#5483D0

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

Shades of Havelock Blue #5483D0

Tints of Havelock Blue #5483D0

Color information

#5483D0 (or 0x5483D0) is unknown color: approx Havelock Blue. HEX triplet: 54, 83 and D0. RGB value is (84,131,208). Sum of RGB (Red+Green+Blue) = 84+131+208=423 (56% of max value = 765). Red value is 84 (33.20% from 255 or 19.86% from 423); Green value is 131 (51.56% from 255 or 30.97% from 423); Blue value is 208 (81.64% from 255 or 49.17% from 423); Max value from RGB is 208 - color contains mainly: blue. Hex color #5483D0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5483D0 is #AB7C2F. Grayscale: #7D7D7D. Windows color (decimal): -11238448 or 13665108. OLE color: 13665108.

HSL color Cylindrical-coordinate representation of color #5483D0: hue angle of 217.26º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5483D0 is Cyan = 0.60, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB84131208-
CMYK0.600.3700.18
HSL217.26º56.88%57.25%-
HSV(B)217.26º59.62%81.57%-
XYZ23.1622.6762.83-
YUV125.72174.4398.24-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 19.86%
GREEN value IS 131 (51.56% from 255) = 30.97%
BLUE value IS 208 (81.64% from 255) = 49.17%
R=19.86%
G=30.97%
B=49.17%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal841312080.600.3700.18217.2656.8857.25
Hex5483D03C25012d93939
Octal12420332074450223317171
Binary1010100100000111101000011110010010101001011011001111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5483D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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