#55825F

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

Shades of Como #55825F

Tints of Como #55825F

Color information

#55825F (or 0x55825F) is unknown color: approx Como. HEX triplet: 55, 82 and 5F. RGB value is (85,130,95). Sum of RGB (Red+Green+Blue) = 85+130+95=310 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.42% from 310); Green value is 130 (51.17% from 255 or 41.94% from 310); Blue value is 95 (37.5% from 255 or 30.65% from 310); Max value from RGB is 130 - color contains mainly: green. Hex color #55825F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55825F is #AA7DA0. Grayscale: #707070. Windows color (decimal): -11173281 or 6259285. OLE color: 6259285.

HSL color Cylindrical-coordinate representation of color #55825F: hue angle of 133.33º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #55825F is Cyan = 0.35, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.49.

Color convert

RGB8513095-
CMYK0.3500.270.49
HSL133.33º20.93%42.16%-
HSV(B)133.33º34.62%50.98%-
XYZ13.7918.7213.71-
YUV112.56118.09108.35-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.42%
GREEN value IS 130 (51.17% from 255) = 41.94%
BLUE value IS 95 (37.5% from 255) = 30.65%
R=27.42%
G=41.94%
B=30.65%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal85130950.3500.270.49133.3320.9342.16
Hex55825F2301B3185152a
Octal12520213743033612052552
Binary10101011000001010111111000110110111100011000010110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55825F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55825F; }

 p { color: rgb(85,130,95); }

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

<style>
 a { background-color: #55825F; }

 a { background-color: rgb(85,130,95); }

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

<style>
 span { border-color: #55825F; }

 span { border-color: rgb(85,130,95); }

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