#547AC6

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

Shades of Havelock Blue #547AC6

Tints of Havelock Blue #547AC6

Color information

#547AC6 (or 0x547AC6) is unknown color: approx Havelock Blue. HEX triplet: 54, 7A and C6. RGB value is (84,122,198). Sum of RGB (Red+Green+Blue) = 84+122+198=404 (53% of max value = 765). Red value is 84 (33.20% from 255 or 20.79% from 404); Green value is 122 (48.05% from 255 or 30.20% from 404); Blue value is 198 (77.73% from 255 or 49.01% from 404); Max value from RGB is 198 - color contains mainly: blue. Hex color #547AC6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #547AC6 is #AB8539. Grayscale: #767676. Windows color (decimal): -11240762 or 13007444. OLE color: 13007444.

HSL color Cylindrical-coordinate representation of color #547AC6: hue angle of 220º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #547AC6 is Cyan = 0.58, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB84122198-
CMYK0.580.3800.22
HSL220º50%55.29%-
HSV(B)220º57.58%77.65%-
XYZ20.8119.8856.17-
YUV119.3172.41102.82-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 20.79%
GREEN value IS 122 (48.05% from 255) = 30.20%
BLUE value IS 198 (77.73% from 255) = 49.01%
R=20.79%
G=30.20%
B=49.01%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal841221980.580.3800.222205055.29
Hex547AC63A26016dc3237
Octal12417230672460263346267
Binary101010011110101100011011101010011001011011011100110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #547AC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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