Html Css Color HEX #557261 Como

📋 copy color: '#557261'

red 85 ◦ green 114 ◦ blue 97

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

Shades of Como #557261

Tints of Como #557261

RGB

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

 GREEN value IS 114 (44.92% from 255) = 38.51%

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

R = 28.72%
G = 38.51%
B = 32.77%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.15

 K value IS 0.55

RGB Variations

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

Color information

#557261 (or 0x557261) is known color: Como. HEX triplet: 55, 72 and 61. RGB value is (85,114,97). Sum of RGB (Red+Green+Blue) = 85+114+97=296 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.72% from 296); Green value is 114 (44.92% from 255 or 38.51% from 296); Blue value is 97 (38.28% from 255 or 32.77% from 296); Max value from RGB is 114 - color contains mainly: green. Hex color #557261 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557261 is #AA8D9E. Grayscale: #676767. Windows color (decimal): -11177375 or 6386261. OLE color: 6386261.

HSL color Cylindrical-coordinate representation of color #557261: hue angle of 144.83º degrees, saturation: 0.15, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #557261 is Cyan = 0.25, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.55.

Color convert

RGB 85 114 97 -
CMYK 0.25 0 0.15 0.55
HSL 144.83º 0.15% 0.39% -
HSV(B) 144.83º 0.25% 0.45% -
XYZ 11.92 14.83 13.54 -
YUV 103.39 124.39 114.88 -
System Red Green Blue C M Y K H S L
Decimal 85 114 97 0.25 0 0.15 0.55 144.83 0.15 0.39
Hex 55 72 61 19 0 F 37 91 F 27
Octal 125 162 141 31 0 17 67 221 17 47
Binary 1010101 1110010 1100001 11001 0 1111 110111 10010001 1111 100111

Color Harmonies of #557261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557261

Black with #557261

Text Example


Text Example

White with #557261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557261; }

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

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

background-color css

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

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

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

border-color css

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

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

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