#547ABF

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

Shades of Havelock Blue #547ABF

Tints of Havelock Blue #547ABF

Color information

#547ABF (or 0x547ABF) is unknown color: approx Havelock Blue. HEX triplet: 54, 7A and BF. RGB value is (84,122,191). Sum of RGB (Red+Green+Blue) = 84+122+191=397 (52% of max value = 765). Red value is 84 (33.20% from 255 or 21.16% from 397); Green value is 122 (48.05% from 255 or 30.73% from 397); Blue value is 191 (75% from 255 or 48.11% from 397); Max value from RGB is 191 - color contains mainly: blue. Hex color #547ABF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #547ABF is #AB8540. Grayscale: #767676. Windows color (decimal): -11240769 or 12548692. OLE color: 12548692.

HSL color Cylindrical-coordinate representation of color #547ABF: hue angle of 218.69º 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 #547ABF is Cyan = 0.56, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB84122191-
CMYK0.560.3600.25
HSL218.69º45.53%53.92%-
HSV(B)218.69º56.02%74.9%-
XYZ20.0219.5752.01-
YUV118.5168.91103.39-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 21.16%
GREEN value IS 122 (48.05% from 255) = 30.73%
BLUE value IS 191 (75% from 255) = 48.11%
R=21.16%
G=30.73%
B=48.11%

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
Decimal841221910.560.3600.25218.6945.5353.92
Hex547ABF3824019db2e36
Octal12417227770440313335666
Binary101010011110101011111111100010010001100111011011101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #547ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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