#557562

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

Shades of Como #557562

Tints of Como #557562

Color information

#557562 (or 0x557562) is unknown color: approx Como. HEX triplet: 55, 75 and 62. RGB value is (85,117,98). Sum of RGB (Red+Green+Blue) = 85+117+98=300 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.33% from 300); Green value is 117 (46.09% from 255 or 39% from 300); Blue value is 98 (38.67% from 255 or 32.67% from 300); Max value from RGB is 117 - color contains mainly: green. Hex color #557562 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557562 is #AA8A9D. Grayscale: #696969. Windows color (decimal): -11176606 or 6452565. OLE color: 6452565.

HSL color Cylindrical-coordinate representation of color #557562: hue angle of 144.38º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #557562 is Cyan = 0.27, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.54.

Color convert

RGB8511798-
CMYK0.2700.160.54
HSL144.38º15.84%39.61%-
HSV(B)144.38º27.35%45.88%-
XYZ12.3115.5413.91-
YUV105.27123.9113.54-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 28.33%
GREEN value IS 117 (46.09% from 255) = 39%
BLUE value IS 98 (38.67% from 255) = 32.67%
R=28.33%
G=39%
B=32.67%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal85117980.2700.160.54144.3815.8439.61
Hex5575621B01036901028
Octal12516514233020662202050
Binary101010111101011100010110110100001101101001000010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557562; }

 p { color: rgb(85,117,98); }

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

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

 a { background-color: rgb(85,117,98); }

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

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

 span { border-color: rgb(85,117,98); }

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