#54755E

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

Shades of Como #54755E

Tints of Como #54755E

Color information

#54755E (or 0x54755E) is unknown color: approx Como. HEX triplet: 54, 75 and 5E. RGB value is (84,117,94). Sum of RGB (Red+Green+Blue) = 84+117+94=295 (39% of max value = 765). Red value is 84 (33.20% from 255 or 28.47% from 295); Green value is 117 (46.09% from 255 or 39.66% from 295); Blue value is 94 (37.11% from 255 or 31.86% from 295); Max value from RGB is 117 - color contains mainly: green. Hex color #54755E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54755E is #AB8AA1. Grayscale: #686868. Windows color (decimal): -11242146 or 6190420. OLE color: 6190420.

HSL color Cylindrical-coordinate representation of color #54755E: hue angle of 138.18º 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 #54755E is Cyan = 0.28, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.54.

Color convert

RGB8411794-
CMYK0.2800.200.54
HSL138.18º16.42%39.41%-
HSV(B)138.18º28.21%45.88%-
XYZ12.0415.4212.93-
YUV104.51122.07113.37-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 28.47%
GREEN value IS 117 (46.09% from 255) = 39.66%
BLUE value IS 94 (37.11% from 255) = 31.86%
R=28.47%
G=39.66%
B=31.86%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal84117940.2800.200.54138.1816.4239.41
Hex54755E1C014368a1027
Octal12416513634024662122047
Binary101010011101011011110111000101001101101000101010000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54755E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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