Html Css Color HEX #557C61 Como

📋 copy color: '#557C61'

red 85 ◦ green 124 ◦ blue 97

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

Shades of Como #557C61

Tints of Como #557C61

RGB

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

 GREEN value IS 124 (48.83% from 255) = 40.52%

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

R = 27.78%
G = 40.52%
B = 31.7%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.22

 K value IS 0.51

RGB Variations

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

Color information

#557C61 (or 0x557C61) is known color: Como. HEX triplet: 55, 7C and 61. RGB value is (85,124,97). Sum of RGB (Red+Green+Blue) = 85+124+97=306 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.78% from 306); Green value is 124 (48.83% from 255 or 40.52% from 306); Blue value is 97 (38.28% from 255 or 31.70% from 306); Max value from RGB is 124 - color contains mainly: green. Hex color #557C61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557C61 is #AA839E. Grayscale: #6D6D6D. Windows color (decimal): -11174815 or 6388821. OLE color: 6388821.

HSL color Cylindrical-coordinate representation of color #557C61: hue angle of 138.46º degrees, saturation: 0.19, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #557C61 is Cyan = 0.31, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.51.

Color convert

RGB 85 124 97 -
CMYK 0.31 0 0.22 0.51
HSL 138.46º 0.19% 0.41% -
HSV(B) 138.46º 0.31% 0.49% -
XYZ 13.11 17.21 13.94 -
YUV 109.26 121.08 110.7 -
System Red Green Blue C M Y K H S L
Decimal 85 124 97 0.31 0 0.22 0.51 138.46 0.19 0.41
Hex 55 7C 61 1F 0 16 33 8A 13 29
Octal 125 174 141 37 0 26 63 212 23 51
Binary 1010101 1111100 1100001 11111 0 10110 110011 10001010 10011 101001

Color Harmonies of #557C61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557C61

Black with #557C61

Text Example


Text Example

White with #557C61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557C61; }

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

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

background-color css

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

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

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

border-color css

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

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

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