#547AB5

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

Shades of Havelock Blue #547AB5

Tints of Havelock Blue #547AB5

Color information

#547AB5 (or 0x547AB5) is unknown color: approx Havelock Blue. HEX triplet: 54, 7A and B5. RGB value is (84,122,181). Sum of RGB (Red+Green+Blue) = 84+122+181=387 (51% of max value = 765). Red value is 84 (33.20% from 255 or 21.71% from 387); Green value is 122 (48.05% from 255 or 31.52% from 387); Blue value is 181 (71.09% from 255 or 46.77% from 387); Max value from RGB is 181 - color contains mainly: blue. Hex color #547AB5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #547AB5 is #AB854A. Grayscale: #757575. Windows color (decimal): -11240779 or 11893332. OLE color: 11893332.

HSL color Cylindrical-coordinate representation of color #547AB5: hue angle of 216.49º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #547AB5 is Cyan = 0.54, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB84122181-
CMYK0.540.3300.29
HSL216.49º39.59%51.96%-
HSV(B)216.49º53.59%70.98%-
XYZ18.9619.1446.41-
YUV117.36163.91104.2-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 21.71%
GREEN value IS 122 (48.05% from 255) = 31.52%
BLUE value IS 181 (71.09% from 255) = 46.77%
R=21.71%
G=31.52%
B=46.77%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal841221810.540.3300.29216.4939.5951.96
Hex547AB5362101Dd82834
Octal12417226566410353305064
Binary101010011110101011010111011010000101110111011000101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #547AB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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