#547AC0

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

Shades of Havelock Blue #547AC0

Tints of Havelock Blue #547AC0

Color information

#547AC0 (or 0x547AC0) is unknown color: approx Havelock Blue. HEX triplet: 54, 7A and C0. RGB value is (84,122,192). Sum of RGB (Red+Green+Blue) = 84+122+192=398 (52% of max value = 765). Red value is 84 (33.20% from 255 or 21.11% from 398); Green value is 122 (48.05% from 255 or 30.65% from 398); Blue value is 192 (75.39% from 255 or 48.24% from 398); Max value from RGB is 192 - color contains mainly: blue. Hex color #547AC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #547AC0 is #AB853F. Grayscale: #767676. Windows color (decimal): -11240768 or 12614228. OLE color: 12614228.

HSL color Cylindrical-coordinate representation of color #547AC0: hue angle of 218.89º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #547AC0 is Cyan = 0.56, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB84122192-
CMYK0.560.3600.25
HSL218.89º46.15%54.12%-
HSV(B)218.89º56.25%75.29%-
XYZ20.1319.6152.59-
YUV118.62169.41103.31-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 21.11%
GREEN value IS 122 (48.05% from 255) = 30.65%
BLUE value IS 192 (75.39% from 255) = 48.24%
R=21.11%
G=30.65%
B=48.24%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal841221920.560.3600.25218.8946.1554.12
Hex547AC03824019db2e36
Octal12417230070440313335666
Binary101010011110101100000011100010010001100111011011101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #547AC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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