#547ABA

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

Shades of Havelock Blue #547ABA

Tints of Havelock Blue #547ABA

Color information

#547ABA (or 0x547ABA) is unknown color: approx Havelock Blue. HEX triplet: 54, 7A and BA. RGB value is (84,122,186). Sum of RGB (Red+Green+Blue) = 84+122+186=392 (51% of max value = 765). Red value is 84 (33.20% from 255 or 21.43% from 392); Green value is 122 (48.05% from 255 or 31.12% from 392); Blue value is 186 (73.05% from 255 or 47.45% from 392); Max value from RGB is 186 - color contains mainly: blue. Hex color #547ABA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #547ABA is #AB8545. Grayscale: #757575. Windows color (decimal): -11240774 or 12221012. OLE color: 12221012.

HSL color Cylindrical-coordinate representation of color #547ABA: hue angle of 217.65º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #547ABA is Cyan = 0.55, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB84122186-
CMYK0.550.3400.27
HSL217.65º42.5%52.94%-
HSV(B)217.65º54.84%72.94%-
XYZ19.4819.3549.16-
YUV117.93166.41103.8-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 21.43%
GREEN value IS 122 (48.05% from 255) = 31.12%
BLUE value IS 186 (73.05% from 255) = 47.45%
R=21.43%
G=31.12%
B=47.45%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal841221860.550.3400.27217.6542.552.94
Hex547ABA372201Bda2a35
Octal12417227267420333325265
Binary101010011110101011101011011110001001101111011010101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #547ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #547ABA; }

 p { color: rgb(84,122,186); }

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

<style>
 a { background-color: #547ABA; }

 a { background-color: rgb(84,122,186); }

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

<style>
 span { border-color: #547ABA; }

 span { border-color: rgb(84,122,186); }

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