#54725C

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

Shades of Como #54725C

Tints of Como #54725C

Color information

#54725C (or 0x54725C) is unknown color: approx Como. HEX triplet: 54, 72 and 5C. RGB value is (84,114,92). Sum of RGB (Red+Green+Blue) = 84+114+92=290 (38% of max value = 765). Red value is 84 (33.20% from 255 or 28.97% from 290); Green value is 114 (44.92% from 255 or 39.31% from 290); Blue value is 92 (36.33% from 255 or 31.72% from 290); Max value from RGB is 114 - color contains mainly: green. Hex color #54725C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54725C is #AB8DA3. Grayscale: #666666. Windows color (decimal): -11242916 or 6058580. OLE color: 6058580.

HSL color Cylindrical-coordinate representation of color #54725C: hue angle of 136º 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 #54725C is Cyan = 0.26, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.55.

Color convert

RGB8411492-
CMYK0.2600.190.55
HSL136º15.15%38.82%-
HSV(B)136º26.32%44.71%-
XYZ11.6114.6912.35-
YUV102.52122.06114.79-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 28.97%
GREEN value IS 114 (44.92% from 255) = 39.31%
BLUE value IS 92 (36.33% from 255) = 31.72%
R=28.97%
G=39.31%
B=31.72%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal84114920.2600.190.5513615.1538.82
Hex54725C1A0133788f27
Octal12416213432023672101747
Binary10101001110010101110011010010011110111100010001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54725C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54725C; }

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

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

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

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

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

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

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

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