#5482BC

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

Shades of Havelock Blue #5482BC

Tints of Havelock Blue #5482BC

Color information

#5482BC (or 0x5482BC) is unknown color: approx Havelock Blue. HEX triplet: 54, 82 and BC. RGB value is (84,130,188). Sum of RGB (Red+Green+Blue) = 84+130+188=402 (53% of max value = 765). Red value is 84 (33.20% from 255 or 20.90% from 402); Green value is 130 (51.17% from 255 or 32.34% from 402); Blue value is 188 (73.83% from 255 or 46.77% from 402); Max value from RGB is 188 - color contains mainly: blue. Hex color #5482BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5482BC is #AB7D43. Grayscale: #7A7A7A. Windows color (decimal): -11238724 or 12354132. OLE color: 12354132.

HSL color Cylindrical-coordinate representation of color #5482BC: hue angle of 213.46º 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 #5482BC is Cyan = 0.55, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB84130188-
CMYK0.550.3100.26
HSL213.46º43.7%53.33%-
HSV(B)213.46º55.32%73.73%-
XYZ20.7221.4850.63-
YUV122.86164.76100.28-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 20.90%
GREEN value IS 130 (51.17% from 255) = 32.34%
BLUE value IS 188 (73.83% from 255) = 46.77%
R=20.90%
G=32.34%
B=46.77%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal841301880.550.3100.26213.4643.753.33
Hex5482BC371F01Ad52c35
Octal12420227467370323255465
Binary101010010000010101111001101111111101101011010101101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5482BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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