#547973

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

Shades of William #547973

Tints of William #547973

Color information

#547973 (or 0x547973) is unknown color: approx William. HEX triplet: 54, 79 and 73. RGB value is (84,121,115). Sum of RGB (Red+Green+Blue) = 84+121+115=320 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.25% from 320); Green value is 121 (47.66% from 255 or 37.81% from 320); Blue value is 115 (45.31% from 255 or 35.94% from 320); Max value from RGB is 121 - color contains mainly: green. Hex color #547973 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #547973 is #AB868C. Grayscale: #6D6D6D. Windows color (decimal): -11241101 or 7567700. OLE color: 7567700.

HSL color Cylindrical-coordinate representation of color #547973: hue angle of 170.27º 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 #547973 is Cyan = 0.31, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.53.

Color convert

RGB84121115-
CMYK0.3100.050.53
HSL170.27º18.05%40.2%-
HSV(B)170.27º30.58%47.45%-
XYZ13.5916.818.75-
YUV109.25131.24109.99-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 26.25%
GREEN value IS 121 (47.66% from 255) = 37.81%
BLUE value IS 115 (45.31% from 255) = 35.94%
R=26.25%
G=37.81%
B=35.94%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal841211150.3100.050.53170.2718.0540.2
Hex5479731F0535aa1228
Octal1241711633705652522250
Binary1010100111100111100111111101011101011010101010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #547973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #547973; }

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

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

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

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

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

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

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

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