#54775C

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

Shades of Como #54775C

Tints of Como #54775C

Color information

#54775C (or 0x54775C) is unknown color: approx Como. HEX triplet: 54, 77 and 5C. RGB value is (84,119,92). Sum of RGB (Red+Green+Blue) = 84+119+92=295 (39% of max value = 765). Red value is 84 (33.20% from 255 or 28.47% from 295); Green value is 119 (46.88% from 255 or 40.34% from 295); Blue value is 92 (36.33% from 255 or 31.19% from 295); Max value from RGB is 119 - color contains mainly: green. Hex color #54775C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54775C is #AB88A3. Grayscale: #696969. Windows color (decimal): -11241636 or 6059860. OLE color: 6059860.

HSL color Cylindrical-coordinate representation of color #54775C: hue angle of 133.71º 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 #54775C is Cyan = 0.29, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.53.

Color convert

RGB8411992-
CMYK0.2900.230.53
HSL133.71º17.24%39.8%-
HSV(B)133.71º29.41%46.67%-
XYZ12.1815.8512.54-
YUV105.46120.4112.7-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 28.47%
GREEN value IS 119 (46.88% from 255) = 40.34%
BLUE value IS 92 (36.33% from 255) = 31.19%
R=28.47%
G=40.34%
B=31.19%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal84119920.2900.230.53133.7117.2439.8
Hex54775C1D01735861128
Octal12416713435027652062150
Binary101010011101111011100111010101111101011000011010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54775C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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