#547971

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

Shades of William #547971

Tints of William #547971

Color information

#547971 (or 0x547971) is unknown color: approx William. HEX triplet: 54, 79 and 71. RGB value is (84,121,113). Sum of RGB (Red+Green+Blue) = 84+121+113=318 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.42% from 318); Green value is 121 (47.66% from 255 or 38.05% from 318); Blue value is 113 (44.53% from 255 or 35.53% from 318); Max value from RGB is 121 - color contains mainly: green. Hex color #547971 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #547971 is #AB868E. Grayscale: #6D6D6D. Windows color (decimal): -11241103 or 7436628. OLE color: 7436628.

HSL color Cylindrical-coordinate representation of color #547971: hue angle of 167.03º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #547971 is Cyan = 0.31, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.53.

Color convert

RGB84121113-
CMYK0.3100.070.53
HSL167.03º18.05%40.2%-
HSV(B)167.03º30.58%47.45%-
XYZ13.4716.7518.15-
YUV109.02130.24110.15-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 26.42%
GREEN value IS 121 (47.66% from 255) = 38.05%
BLUE value IS 113 (44.53% from 255) = 35.53%
R=26.42%
G=38.05%
B=35.53%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal841211130.3100.070.53167.0318.0540.2
Hex5479711F0735a71228
Octal1241711613707652472250
Binary1010100111100111100011111101111101011010011110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #547971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #547971; }

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

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

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

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

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

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

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

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