#547AB8

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

Shades of Havelock Blue #547AB8

Tints of Havelock Blue #547AB8

Color information

#547AB8 (or 0x547AB8) is unknown color: approx Havelock Blue. HEX triplet: 54, 7A and B8. RGB value is (84,122,184). Sum of RGB (Red+Green+Blue) = 84+122+184=390 (51% of max value = 765). Red value is 84 (33.20% from 255 or 21.54% from 390); Green value is 122 (48.05% from 255 or 31.28% from 390); Blue value is 184 (72.27% from 255 or 47.18% from 390); Max value from RGB is 184 - color contains mainly: blue. Hex color #547AB8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #547AB8 is #AB8547. Grayscale: #757575. Windows color (decimal): -11240776 or 12089940. OLE color: 12089940.

HSL color Cylindrical-coordinate representation of color #547AB8: hue angle of 217.2º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #547AB8 is Cyan = 0.54, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB84122184-
CMYK0.540.3400.28
HSL217.2º41.32%52.55%-
HSV(B)217.2º54.35%72.16%-
XYZ19.2719.2648.05-
YUV117.71165.41103.96-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 21.54%
GREEN value IS 122 (48.05% from 255) = 31.28%
BLUE value IS 184 (72.27% from 255) = 47.18%
R=21.54%
G=31.28%
B=47.18%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal841221840.540.3400.28217.241.3252.55
Hex547AB8362201Cd92935
Octal12417227066420343315165
Binary101010011110101011100011011010001001110011011001101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #547AB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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