#55825E

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

Shades of Como #55825E

Tints of Como #55825E

Color information

#55825E (or 0x55825E) is unknown color: approx Como. HEX triplet: 55, 82 and 5E. RGB value is (85,130,94). Sum of RGB (Red+Green+Blue) = 85+130+94=309 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.51% from 309); Green value is 130 (51.17% from 255 or 42.07% from 309); Blue value is 94 (37.11% from 255 or 30.42% from 309); Max value from RGB is 130 - color contains mainly: green. Hex color #55825E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55825E is #AA7DA1. Grayscale: #707070. Windows color (decimal): -11173282 or 6193749. OLE color: 6193749.

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

Color convert

RGB8513094-
CMYK0.3500.280.49
HSL132º20.93%42.16%-
HSV(B)132º34.62%50.98%-
XYZ13.7518.713.48-
YUV112.44117.59108.43-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.51%
GREEN value IS 130 (51.17% from 255) = 42.07%
BLUE value IS 94 (37.11% from 255) = 30.42%
R=27.51%
G=42.07%
B=30.42%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal85130940.3500.280.4913220.9342.16
Hex55825E2301C3184152a
Octal12520213643034612042552
Binary10101011000001010111101000110111001100011000010010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55825E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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