Html Css Color HEX #556D61 Como

📋 copy color: '#556D61'

red 85 ◦ green 109 ◦ blue 97

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

Shades of Como #556D61

Tints of Como #556D61

RGB

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

 GREEN value IS 109 (42.97% from 255) = 37.46%

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

R = 29.21%
G = 37.46%
B = 33.33%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.11

 K value IS 0.57

RGB Variations

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

Color information

#556D61 (or 0x556D61) is known color: Como. HEX triplet: 55, 6D and 61. RGB value is (85,109,97). Sum of RGB (Red+Green+Blue) = 85+109+97=291 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.21% from 291); Green value is 109 (42.97% from 255 or 37.46% from 291); Blue value is 97 (38.28% from 255 or 33.33% from 291); Max value from RGB is 109 - color contains mainly: green. Hex color #556D61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556D61 is #AA929E. Grayscale: #646464. Windows color (decimal): -11178655 or 6384981. OLE color: 6384981.

HSL color Cylindrical-coordinate representation of color #556D61: hue angle of 150º degrees, saturation: 0.12, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #556D61 is Cyan = 0.22, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.57.

Color convert

RGB 85 109 97 -
CMYK 0.22 0 0.11 0.57
HSL 150º 0.12% 0.38% -
HSV(B) 150º 0.22% 0.43% -
XYZ 11.37 13.73 13.36 -
YUV 100.46 126.05 116.98 -
System Red Green Blue C M Y K H S L
Decimal 85 109 97 0.22 0 0.11 0.57 150 0.12 0.38
Hex 55 6D 61 16 0 B 39 96 C 26
Octal 125 155 141 26 0 13 71 226 14 46
Binary 1010101 1101101 1100001 10110 0 1011 111001 10010110 1100 100110

Color Harmonies of #556D61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556D61

Black with #556D61

Text Example


Text Example

White with #556D61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556D61; }

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

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

background-color css

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

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

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

border-color css

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

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

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