Html Css Color HEX #557961 Como

📋 copy color: '#557961'

red 85 ◦ green 121 ◦ blue 97

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

Shades of Como #557961

Tints of Como #557961

RGB

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

 GREEN value IS 121 (47.66% from 255) = 39.93%

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

R = 28.05%
G = 39.93%
B = 32.01%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.20

 K value IS 0.53

RGB Variations

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

Color information

#557961 (or 0x557961) is known color: Como. HEX triplet: 55, 79 and 61. RGB value is (85,121,97). Sum of RGB (Red+Green+Blue) = 85+121+97=303 (40% of max value = 765). Red value is 85 (33.59% from 255 or 28.05% from 303); Green value is 121 (47.66% from 255 or 39.93% from 303); Blue value is 97 (38.28% from 255 or 32.01% from 303); Max value from RGB is 121 - color contains mainly: green. Hex color #557961 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557961 is #AA869E. Grayscale: #6B6B6B. Windows color (decimal): -11175583 or 6388053. OLE color: 6388053.

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

Color convert

RGB 85 121 97 -
CMYK 0.30 0 0.20 0.53
HSL 140º 0.17% 0.4% -
HSV(B) 140º 0.3% 0.47% -
XYZ 12.74 16.47 13.82 -
YUV 107.5 122.07 111.95 -
System Red Green Blue C M Y K H S L
Decimal 85 121 97 0.30 0 0.20 0.53 140 0.17 0.4
Hex 55 79 61 1E 0 14 35 8C 11 28
Octal 125 171 141 36 0 24 65 214 21 50
Binary 1010101 1111001 1100001 11110 0 10100 110101 10001100 10001 101000

Color Harmonies of #557961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557961

Black with #557961

Text Example


Text Example

White with #557961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557961; }

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

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

background-color css

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

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

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

border-color css

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

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

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