#557760

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

Shades of Como #557760

Tints of Como #557760

Color information

#557760 (or 0x557760) is unknown color: approx Como. HEX triplet: 55, 77 and 60. RGB value is (85,119,96). Sum of RGB (Red+Green+Blue) = 85+119+96=300 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.33% from 300); Green value is 119 (46.88% from 255 or 39.67% from 300); Blue value is 96 (37.89% from 255 or 32% from 300); Max value from RGB is 119 - color contains mainly: green. Hex color #557760 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557760 is #AA889F. Grayscale: #6A6A6A. Windows color (decimal): -11176096 or 6322005. OLE color: 6322005.

HSL color Cylindrical-coordinate representation of color #557760: hue angle of 139.41º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #557760 is Cyan = 0.29, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.53.

Color convert

RGB8511996-
CMYK0.2900.190.53
HSL139.41º16.67%40%-
HSV(B)139.41º28.57%46.67%-
XYZ12.4515.9713.49-
YUV106.21122.24112.87-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 28.33%
GREEN value IS 119 (46.88% from 255) = 39.67%
BLUE value IS 96 (37.89% from 255) = 32%
R=28.33%
G=39.67%
B=32%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal85119960.2900.190.53139.4116.6740
Hex5577601D013358b1128
Octal12516714035023652132150
Binary101010111101111100000111010100111101011000101110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557760; }

 p { color: rgb(85,119,96); }

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

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

 a { background-color: rgb(85,119,96); }

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

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

 span { border-color: rgb(85,119,96); }

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