#557966

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

Shades of Como #557966

Tints of Como #557966

Color information

#557966 (or 0x557966) is unknown color: approx Como. HEX triplet: 55, 79 and 66. RGB value is (85,121,102). Sum of RGB (Red+Green+Blue) = 85+121+102=308 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.60% from 308); Green value is 121 (47.66% from 255 or 39.29% from 308); Blue value is 102 (40.23% from 255 or 33.12% from 308); Max value from RGB is 121 - color contains mainly: green. Hex color #557966 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557966 is #AA8699. Grayscale: #6C6C6C. Windows color (decimal): -11175578 or 6715733. OLE color: 6715733.

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

Color convert

RGB85121102-
CMYK0.3000.160.53
HSL148.33º17.48%40.39%-
HSV(B)148.33º29.75%47.45%-
XYZ12.9816.5715.08-
YUV108.07124.57111.54-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.60%
GREEN value IS 121 (47.66% from 255) = 39.29%
BLUE value IS 102 (40.23% from 255) = 33.12%
R=27.60%
G=39.29%
B=33.12%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal851211020.3000.160.53148.3317.4840.39
Hex5579661E01035941128
Octal12517114636020652242150
Binary101010111110011100110111100100001101011001010010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557966; }

 p { color: rgb(85,121,102); }

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

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

 a { background-color: rgb(85,121,102); }

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

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

 span { border-color: rgb(85,121,102); }

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