#54755B

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

Shades of Como #54755B

Tints of Como #54755B

Color information

#54755B (or 0x54755B) is unknown color: approx Como. HEX triplet: 54, 75 and 5B. RGB value is (84,117,91). Sum of RGB (Red+Green+Blue) = 84+117+91=292 (38% of max value = 765). Red value is 84 (33.20% from 255 or 28.77% from 292); Green value is 117 (46.09% from 255 or 40.07% from 292); Blue value is 91 (35.94% from 255 or 31.16% from 292); Max value from RGB is 117 - color contains mainly: green. Hex color #54755B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54755B is #AB8AA4. Grayscale: #686868. Windows color (decimal): -11242149 or 5993812. OLE color: 5993812.

HSL color Cylindrical-coordinate representation of color #54755B: hue angle of 132.73º degrees, saturation: 0.16, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #54755B is Cyan = 0.28, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.54.

Color convert

RGB8411791-
CMYK0.2800.220.54
HSL132.73º16.42%39.41%-
HSV(B)132.73º28.21%45.88%-
XYZ11.9115.3612.24-
YUV104.17120.57113.61-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 28.77%
GREEN value IS 117 (46.09% from 255) = 40.07%
BLUE value IS 91 (35.94% from 255) = 31.16%
R=28.77%
G=40.07%
B=31.16%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal84117910.2800.220.54132.7316.4239.41
Hex54755B1C01636851027
Octal12416513334026662052047
Binary101010011101011011011111000101101101101000010110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54755B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54755B; }

 p { color: rgb(84,117,91); }

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

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

 a { background-color: rgb(84,117,91); }

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

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

 span { border-color: rgb(84,117,91); }

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