#547FBE

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

Shades of Havelock Blue #547FBE

Tints of Havelock Blue #547FBE

Color information

#547FBE (or 0x547FBE) is unknown color: approx Havelock Blue. HEX triplet: 54, 7F and BE. RGB value is (84,127,190). Sum of RGB (Red+Green+Blue) = 84+127+190=401 (53% of max value = 765). Red value is 84 (33.20% from 255 or 20.95% from 401); Green value is 127 (50% from 255 or 31.67% from 401); Blue value is 190 (74.61% from 255 or 47.38% from 401); Max value from RGB is 190 - color contains mainly: blue. Hex color #547FBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #547FBE is #AB8041. Grayscale: #797979. Windows color (decimal): -11239490 or 12484436. OLE color: 12484436.

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

Color convert

RGB84127190-
CMYK0.560.3300.25
HSL215.66º44.92%53.73%-
HSV(B)215.66º55.79%74.51%-
XYZ20.5420.7851.64-
YUV121.32166.75101.38-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 20.95%
GREEN value IS 127 (50% from 255) = 31.67%
BLUE value IS 190 (74.61% from 255) = 47.38%
R=20.95%
G=31.67%
B=47.38%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal841271900.560.3300.25215.6644.9253.73
Hex547FBE3821019d82d36
Octal12417727670410313305566
Binary101010011111111011111011100010000101100111011000101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #547FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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