#54855D

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

Shades of Como #54855D

Tints of Como #54855D

Color information

#54855D (or 0x54855D) is unknown color: approx Como. HEX triplet: 54, 85 and 5D. RGB value is (84,133,93). Sum of RGB (Red+Green+Blue) = 84+133+93=310 (41% of max value = 765). Red value is 84 (33.20% from 255 or 27.10% from 310); Green value is 133 (52.34% from 255 or 42.90% from 310); Blue value is 93 (36.72% from 255 or 30% from 310); Max value from RGB is 133 - color contains mainly: green. Hex color #54855D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54855D is #AB7AA2. Grayscale: #717171. Windows color (decimal): -11238051 or 6128980. OLE color: 6128980.

HSL color Cylindrical-coordinate representation of color #54855D: hue angle of 131.02º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #54855D is Cyan = 0.37, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.48.

Color convert

RGB8413393-
CMYK0.3700.300.48
HSL131.02º22.58%42.55%-
HSV(B)131.02º36.84%52.16%-
XYZ14.0219.4513.37-
YUV113.79116.27106.75-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 27.10%
GREEN value IS 133 (52.34% from 255) = 42.90%
BLUE value IS 93 (36.72% from 255) = 30%
R=27.10%
G=42.90%
B=30%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal84133930.3700.300.48131.0222.5842.55
Hex54855D2501E3083172b
Octal12420513545036602032753
Binary10101001000010110111011001010111101100001000001110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54855D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54855D; }

 p { color: rgb(84,133,93); }

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

<style>
 a { background-color: #54855D; }

 a { background-color: rgb(84,133,93); }

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

<style>
 span { border-color: #54855D; }

 span { border-color: rgb(84,133,93); }

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