#547371

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

Shades of William #547371

Tints of William #547371

Color information

#547371 (or 0x547371) is unknown color: approx William. HEX triplet: 54, 73 and 71. RGB value is (84,115,113). Sum of RGB (Red+Green+Blue) = 84+115+113=312 (41% of max value = 765). Red value is 84 (33.20% from 255 or 26.92% from 312); Green value is 115 (45.31% from 255 or 36.86% from 312); Blue value is 113 (44.53% from 255 or 36.22% from 312); Max value from RGB is 115 - color contains mainly: green. Hex color #547371 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #547371 is #AB8C8E. Grayscale: #696969. Windows color (decimal): -11242639 or 7435092. OLE color: 7435092.

HSL color Cylindrical-coordinate representation of color #547371: hue angle of 176.13º degrees, saturation: 0.16, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #547371 is Cyan = 0.27, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.55.

Color convert

RGB84115113-
CMYK0.2700.020.55
HSL176.13º15.58%39.02%-
HSV(B)176.13º26.96%45.1%-
XYZ12.7715.3417.91-
YUV105.5132.23112.66-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 26.92%
GREEN value IS 115 (45.31% from 255) = 36.86%
BLUE value IS 113 (44.53% from 255) = 36.22%
R=26.92%
G=36.86%
B=36.22%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal841151130.2700.020.55176.1315.5839.02
Hex5473711B0237b01027
Octal1241631613302672602047
Binary101010011100111110001110110101101111011000010000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #547371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #547371; }

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

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

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

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

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

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

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

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