Html Css Color HEX #557661 Como

📋 copy color: '#557661'

red 85 ◦ green 118 ◦ blue 97

#557661
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Como #557661

Tints of Como #557661

RGB

 RED value IS 85 (33.59% from 255) = 28.33%

 GREEN value IS 118 (46.48% from 255) = 39.33%

 BLUE value IS 97 (38.28% from 255) = 32.33%

R = 28.33%
G = 39.33%
B = 32.33%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.18

 K value IS 0.54

RGB Variations

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

Color information

#557661 (or 0x557661) is known color: Como. HEX triplet: 55, 76 and 61. RGB value is (85,118,97). Sum of RGB (Red+Green+Blue) = 85+118+97=300 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.33% from 300); Green value is 118 (46.48% from 255 or 39.33% from 300); Blue value is 97 (38.28% from 255 or 32.33% from 300); Max value from RGB is 118 - color contains mainly: green. Hex color #557661 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557661 is #AA899E. Grayscale: #696969. Windows color (decimal): -11176351 or 6387285. OLE color: 6387285.

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

Color convert

RGB 85 118 97 -
CMYK 0.28 0 0.18 0.54
HSL 141.82º 0.16% 0.4% -
HSV(B) 141.82º 0.28% 0.46% -
XYZ 12.38 15.75 13.7 -
YUV 105.74 123.07 113.21 -
System Red Green Blue C M Y K H S L
Decimal 85 118 97 0.28 0 0.18 0.54 141.82 0.16 0.4
Hex 55 76 61 1C 0 12 36 8E 10 28
Octal 125 166 141 34 0 22 66 216 20 50
Binary 1010101 1110110 1100001 11100 0 10010 110110 10001110 10000 101000

Color Harmonies of #557661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557661

Black with #557661

Text Example


Text Example

White with #557661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557661; }

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

 H1.HeaderClassName
 {
   color: #557661;
 }
 .AnyTagClassName
 {
   color: #557661;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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