#547CB1

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

Shades of Havelock Blue #547CB1

Tints of Havelock Blue #547CB1

Color information

#547CB1 (or 0x547CB1) is unknown color: approx Havelock Blue. HEX triplet: 54, 7C and B1. RGB value is (84,124,177). Sum of RGB (Red+Green+Blue) = 84+124+177=385 (50% of max value = 765). Red value is 84 (33.20% from 255 or 21.82% from 385); Green value is 124 (48.83% from 255 or 32.21% from 385); Blue value is 177 (69.53% from 255 or 45.97% from 385); Max value from RGB is 177 - color contains mainly: blue. Hex color #547CB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #547CB1 is #AB834E. Grayscale: #757575. Windows color (decimal): -11240271 or 11631700. OLE color: 11631700.

HSL color Cylindrical-coordinate representation of color #547CB1: hue angle of 214.19º 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 #547CB1 is Cyan = 0.53, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB84124177-
CMYK0.530.3000.31
HSL214.19º37.35%51.18%-
HSV(B)214.19º52.54%69.41%-
XYZ18.819.4744.36-
YUV118.08161.25103.69-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 21.82%
GREEN value IS 124 (48.83% from 255) = 32.21%
BLUE value IS 177 (69.53% from 255) = 45.97%
R=21.82%
G=32.21%
B=45.97%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal841241770.530.3000.31214.1937.3551.18
Hex547CB1351E01Fd62533
Octal12417426165360373264563
Binary10101001111100101100011101011111001111111010110100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #547CB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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