#547AB1

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

Shades of Havelock Blue #547AB1

Tints of Havelock Blue #547AB1

Color information

#547AB1 (or 0x547AB1) is unknown color: approx Havelock Blue. HEX triplet: 54, 7A and B1. RGB value is (84,122,177). Sum of RGB (Red+Green+Blue) = 84+122+177=383 (50% of max value = 765). Red value is 84 (33.20% from 255 or 21.93% from 383); Green value is 122 (48.05% from 255 or 31.85% from 383); Blue value is 177 (69.53% from 255 or 46.21% from 383); Max value from RGB is 177 - color contains mainly: blue. Hex color #547AB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #547AB1 is #AB854E. Grayscale: #747474. Windows color (decimal): -11240783 or 11631188. OLE color: 11631188.

HSL color Cylindrical-coordinate representation of color #547AB1: hue angle of 215.48º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #547AB1 is Cyan = 0.53, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB84122177-
CMYK0.530.3100.31
HSL215.48º37.35%51.18%-
HSV(B)215.48º52.54%69.41%-
XYZ18.5518.9844.28-
YUV116.91161.91104.53-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 21.93%
GREEN value IS 122 (48.05% from 255) = 31.85%
BLUE value IS 177 (69.53% from 255) = 46.21%
R=21.93%
G=31.85%
B=46.21%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal841221770.530.3100.31215.4837.3551.18
Hex547AB1351F01Fd72533
Octal12417226165370373274563
Binary10101001111010101100011101011111101111111010111100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #547AB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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