#547BB1

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

Shades of Havelock Blue #547BB1

Tints of Havelock Blue #547BB1

Color information

#547BB1 (or 0x547BB1) is unknown color: approx Havelock Blue. HEX triplet: 54, 7B and B1. RGB value is (84,123,177). Sum of RGB (Red+Green+Blue) = 84+123+177=384 (50% of max value = 765). Red value is 84 (33.20% from 255 or 21.88% from 384); Green value is 123 (48.44% from 255 or 32.03% from 384); Blue value is 177 (69.53% from 255 or 46.09% from 384); Max value from RGB is 177 - color contains mainly: blue. Hex color #547BB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #547BB1 is #AB844E. Grayscale: #757575. Windows color (decimal): -11240527 or 11631444. OLE color: 11631444.

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

Color convert

RGB84123177-
CMYK0.530.3100.31
HSL214.84º37.35%51.18%-
HSV(B)214.84º52.54%69.41%-
XYZ18.6719.2344.32-
YUV117.49161.58104.11-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 21.88%
GREEN value IS 123 (48.44% from 255) = 32.03%
BLUE value IS 177 (69.53% from 255) = 46.09%
R=21.88%
G=32.03%
B=46.09%

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
Decimal841231770.530.3100.31214.8437.3551.18
Hex547BB1351F01Fd72533
Octal12417326165370373274563
Binary10101001111011101100011101011111101111111010111100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #547BB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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