#557261

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

Shades of Como #557261

Tints of Como #557261

Color information

#557261 (or 0x557261) is unknown color: approx Como. HEX triplet: 55, 72 and 61. RGB value is (85,114,97). Sum of RGB (Red+Green+Blue) = 85+114+97=296 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.72% from 296); Green value is 114 (44.92% from 255 or 38.51% from 296); Blue value is 97 (38.28% from 255 or 32.77% from 296); Max value from RGB is 114 - color contains mainly: green. Hex color #557261 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557261 is #AA8D9E. Grayscale: #676767. Windows color (decimal): -11177375 or 6386261. OLE color: 6386261.

HSL color Cylindrical-coordinate representation of color #557261: hue angle of 144.83º degrees, saturation: 0.15, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #557261 is Cyan = 0.25, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.55.

Color convert

RGB8511497-
CMYK0.2500.150.55
HSL144.83º14.57%39.02%-
HSV(B)144.83º25.44%44.71%-
XYZ11.9214.8313.54-
YUV103.39124.39114.88-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 28.72%
GREEN value IS 114 (44.92% from 255) = 38.51%
BLUE value IS 97 (38.28% from 255) = 32.77%
R=28.72%
G=38.51%
B=32.77%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal85114970.2500.150.55144.8314.5739.02
Hex557261190F3791f27
Octal12516214131017672211747
Binary1010101111001011000011100101111110111100100011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557261; }

 p { color: rgb(85,114,97); }

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

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

 a { background-color: rgb(85,114,97); }

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

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

 span { border-color: rgb(85,114,97); }

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