#54726F

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

Shades of William #54726F

Tints of William #54726F

Color information

#54726F (or 0x54726F) is unknown color: approx William. HEX triplet: 54, 72 and 6F. RGB value is (84,114,111). Sum of RGB (Red+Green+Blue) = 84+114+111=309 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.18% from 309); Green value is 114 (44.92% from 255 or 36.89% from 309); Blue value is 111 (43.75% from 255 or 35.92% from 309); Max value from RGB is 114 - color contains mainly: green. Hex color #54726F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54726F is #AB8D90. Grayscale: #686868. Windows color (decimal): -11242897 or 7303764. OLE color: 7303764.

HSL color Cylindrical-coordinate representation of color #54726F: hue angle of 174º degrees, saturation: 0.15, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #54726F is Cyan = 0.26, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.55.

Color convert

RGB84114111-
CMYK0.2600.030.55
HSL174º15.15%38.82%-
HSV(B)174º26.32%44.71%-
XYZ12.5415.0717.29-
YUV104.69131.56113.24-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 27.18%
GREEN value IS 114 (44.92% from 255) = 36.89%
BLUE value IS 111 (43.75% from 255) = 35.92%
R=27.18%
G=36.89%
B=35.92%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal841141110.2600.030.5517415.1538.82
Hex54726F1A0337aef27
Octal1241621573203672561747
Binary10101001110010110111111010011110111101011101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54726F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54726F; }

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

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

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

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

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

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

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

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