#546F71

Color #546F71 William (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of William #546F71

Tints of William #546F71

Color information

#546F71 (or 0x546F71) is unknown color: approx William. HEX triplet: 54, 6F and 71. RGB value is (84,111,113). Sum of RGB (Red+Green+Blue) = 84+111+113=308 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.27% from 308); Green value is 111 (43.75% from 255 or 36.04% from 308); Blue value is 113 (44.53% from 255 or 36.69% from 308); Max value from RGB is 113 - color contains mainly: blue. Hex color #546F71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #546F71 is #AB908E. Grayscale: #676767. Windows color (decimal): -11243663 or 7434068. OLE color: 7434068.

HSL color Cylindrical-coordinate representation of color #546F71: hue angle of 184.14º degrees, saturation: 0.15, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #546F71 is Cyan = 0.26, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB84111113-
CMYK0.260.0200.56
HSL184.14º14.72%38.63%-
HSV(B)184.14º25.66%44.31%-
XYZ12.3214.4517.76-
YUV103.16133.55114.34-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 27.27%
GREEN value IS 111 (43.75% from 255) = 36.04%
BLUE value IS 113 (44.53% from 255) = 36.69%
R=27.27%
G=36.04%
B=36.69%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal841111130.260.0200.56184.1414.7238.63
Hex546F711A2038b8f27
Octal1241571613220702701747
Binary10101001101111111000111010100111000101110001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546F71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #546F71; }

 p { color: rgb(84,111,113); }

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

<style>
 a { background-color: #546F71; }

 a { background-color: rgb(84,111,113); }

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

<style>
 span { border-color: #546F71; }

 span { border-color: rgb(84,111,113); }

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