#5483CA

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

Shades of Havelock Blue #5483CA

Tints of Havelock Blue #5483CA

Color information

#5483CA (or 0x5483CA) is unknown color: approx Havelock Blue. HEX triplet: 54, 83 and CA. RGB value is (84,131,202). Sum of RGB (Red+Green+Blue) = 84+131+202=417 (55% of max value = 765). Red value is 84 (33.20% from 255 or 20.14% from 417); Green value is 131 (51.56% from 255 or 31.41% from 417); Blue value is 202 (79.30% from 255 or 48.44% from 417); Max value from RGB is 202 - color contains mainly: blue. Hex color #5483CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5483CA is #AB7C35. Grayscale: #7C7C7C. Windows color (decimal): -11238454 or 13271892. OLE color: 13271892.

HSL color Cylindrical-coordinate representation of color #5483CA: hue angle of 216.1º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5483CA is Cyan = 0.58, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB84131202-
CMYK0.580.3500.21
HSL216.1º52.68%56.08%-
HSV(B)216.1º58.42%79.22%-
XYZ22.4322.3859.01-
YUV125.04171.4398.73-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 20.14%
GREEN value IS 131 (51.56% from 255) = 31.41%
BLUE value IS 202 (79.30% from 255) = 48.44%
R=20.14%
G=31.41%
B=48.44%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal841312020.580.3500.21216.152.6856.08
Hex5483CA3A23015d83538
Octal12420331272430253306570
Binary1010100100000111100101011101010001101010111011000110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5483CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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