#547FBC

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

Shades of Havelock Blue #547FBC

Tints of Havelock Blue #547FBC

Color information

#547FBC (or 0x547FBC) is unknown color: approx Havelock Blue. HEX triplet: 54, 7F and BC. RGB value is (84,127,188). Sum of RGB (Red+Green+Blue) = 84+127+188=399 (52% of max value = 765). Red value is 84 (33.20% from 255 or 21.05% from 399); Green value is 127 (50% from 255 or 31.83% from 399); Blue value is 188 (73.83% from 255 or 47.12% from 399); Max value from RGB is 188 - color contains mainly: blue. Hex color #547FBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #547FBC is #AB8043. Grayscale: #787878. Windows color (decimal): -11239492 or 12353364. OLE color: 12353364.

HSL color Cylindrical-coordinate representation of color #547FBC: hue angle of 215.19º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #547FBC is Cyan = 0.55, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB84127188-
CMYK0.550.3200.26
HSL215.19º43.7%53.33%-
HSV(B)215.19º55.32%73.73%-
XYZ20.3220.6950.5-
YUV121.1165.75101.54-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 21.05%
GREEN value IS 127 (50% from 255) = 31.83%
BLUE value IS 188 (73.83% from 255) = 47.12%
R=21.05%
G=31.83%
B=47.12%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal841271880.550.3200.26215.1943.753.33
Hex547FBC372001Ad72c35
Octal12417727467400323275465
Binary101010011111111011110011011110000001101011010111101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #547FBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,127,188); }

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

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

 a { background-color: rgb(84,127,188); }

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

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

 span { border-color: rgb(84,127,188); }

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