Html Css Color HEX #557561 Como

📋 copy color: '#557561'

red 85 ◦ green 117 ◦ blue 97

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

Shades of Como #557561

Tints of Como #557561

RGB

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

 GREEN value IS 117 (46.09% from 255) = 39.13%

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

R = 28.43%
G = 39.13%
B = 32.44%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.17

 K value IS 0.54

RGB Variations

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

Color information

#557561 (or 0x557561) is known color: Como. HEX triplet: 55, 75 and 61. RGB value is (85,117,97). Sum of RGB (Red+Green+Blue) = 85+117+97=299 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.43% from 299); Green value is 117 (46.09% from 255 or 39.13% from 299); Blue value is 97 (38.28% from 255 or 32.44% from 299); Max value from RGB is 117 - color contains mainly: green. Hex color #557561 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557561 is #AA8A9E. Grayscale: #696969. Windows color (decimal): -11176607 or 6387029. OLE color: 6387029.

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

Color convert

RGB 85 117 97 -
CMYK 0.27 0 0.17 0.54
HSL 142.5º 0.16% 0.4% -
HSV(B) 142.5º 0.27% 0.46% -
XYZ 12.27 15.52 13.66 -
YUV 105.15 123.4 113.63 -
System Red Green Blue C M Y K H S L
Decimal 85 117 97 0.27 0 0.17 0.54 142.5 0.16 0.4
Hex 55 75 61 1B 0 11 36 8E 10 28
Octal 125 165 141 33 0 21 66 216 20 50
Binary 1010101 1110101 1100001 11011 0 10001 110110 10001110 10000 101000

Color Harmonies of #557561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557561

Black with #557561

Text Example


Text Example

White with #557561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557561; }

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

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

background-color css

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

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

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

border-color css

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

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

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