#557967

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

Shades of Como #557967

Tints of Como #557967

Color information

#557967 (or 0x557967) is unknown color: approx Como. HEX triplet: 55, 79 and 67. RGB value is (85,121,103). Sum of RGB (Red+Green+Blue) = 85+121+103=309 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.51% from 309); Green value is 121 (47.66% from 255 or 39.16% from 309); Blue value is 103 (40.62% from 255 or 33.33% from 309); Max value from RGB is 121 - color contains mainly: green. Hex color #557967 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557967 is #AA8698. Grayscale: #6C6C6C. Windows color (decimal): -11175577 or 6781269. OLE color: 6781269.

HSL color Cylindrical-coordinate representation of color #557967: hue angle of 150º 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 #557967 is Cyan = 0.30, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.53.

Color convert

RGB85121103-
CMYK0.3000.150.53
HSL150º17.48%40.39%-
HSV(B)150º29.75%47.45%-
XYZ13.0316.5915.35-
YUV108.18125.07111.46-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.51%
GREEN value IS 121 (47.66% from 255) = 39.16%
BLUE value IS 103 (40.62% from 255) = 33.33%
R=27.51%
G=39.16%
B=33.33%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal851211030.3000.150.5315017.4840.39
Hex5579671E0F35961128
Octal12517114736017652262150
Binary10101011111001110011111110011111101011001011010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557967; }

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

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

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

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

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

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

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

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