#54775B

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

Shades of Como #54775B

Tints of Como #54775B

Color information

#54775B (or 0x54775B) is unknown color: approx Como. HEX triplet: 54, 77 and 5B. RGB value is (84,119,91). Sum of RGB (Red+Green+Blue) = 84+119+91=294 (38% of max value = 765). Red value is 84 (33.20% from 255 or 28.57% from 294); Green value is 119 (46.88% from 255 or 40.48% from 294); Blue value is 91 (35.94% from 255 or 30.95% from 294); Max value from RGB is 119 - color contains mainly: green. Hex color #54775B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54775B is #AB88A4. Grayscale: #696969. Windows color (decimal): -11241637 or 5994324. OLE color: 5994324.

HSL color Cylindrical-coordinate representation of color #54775B: hue angle of 132º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #54775B is Cyan = 0.29, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.53.

Color convert

RGB8411991-
CMYK0.2900.240.53
HSL132º17.24%39.8%-
HSV(B)132º29.41%46.67%-
XYZ12.1415.8312.31-
YUV105.34119.9112.78-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 28.57%
GREEN value IS 119 (46.88% from 255) = 40.48%
BLUE value IS 91 (35.94% from 255) = 30.95%
R=28.57%
G=40.48%
B=30.95%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal84119910.2900.240.5313217.2439.8
Hex54775B1D01835841128
Octal12416713335030652042150
Binary101010011101111011011111010110001101011000010010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54775B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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