#547EB3

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

Shades of Havelock Blue #547EB3

Tints of Havelock Blue #547EB3

Color information

#547EB3 (or 0x547EB3) is unknown color: approx Havelock Blue. HEX triplet: 54, 7E and B3. RGB value is (84,126,179). Sum of RGB (Red+Green+Blue) = 84+126+179=389 (51% of max value = 765). Red value is 84 (33.20% from 255 or 21.59% from 389); Green value is 126 (49.61% from 255 or 32.39% from 389); Blue value is 179 (70.31% from 255 or 46.02% from 389); Max value from RGB is 179 - color contains mainly: blue. Hex color #547EB3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #547EB3 is #AB814C. Grayscale: #777777. Windows color (decimal): -11239757 or 11763284. OLE color: 11763284.

HSL color Cylindrical-coordinate representation of color #547EB3: hue angle of 213.47º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #547EB3 is Cyan = 0.53, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB84126179-
CMYK0.530.3000.30
HSL213.47º38.46%51.57%-
HSV(B)213.47º53.07%70.2%-
XYZ19.2520.0645.51-
YUV119.48161.59102.69-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 21.59%
GREEN value IS 126 (49.61% from 255) = 32.39%
BLUE value IS 179 (70.31% from 255) = 46.02%
R=21.59%
G=32.39%
B=46.02%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal841261790.530.3000.30213.4738.4651.57
Hex547EB3351E01Ed52634
Octal12417626365360363254664
Binary10101001111110101100111101011111001111011010101100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #547EB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,126,179); }

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

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

 a { background-color: rgb(84,126,179); }

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

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

 span { border-color: rgb(84,126,179); }

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