Html Css Color HEX #557964 Como

📋 copy color: '#557964'

red 85 ◦ green 121 ◦ blue 100

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

Shades of Como #557964

Tints of Como #557964

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 32.68%

R = 27.78%
G = 39.54%
B = 32.68%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.17

 K value IS 0.53

RGB Variations

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

Color information

#557964 (or 0x557964) is known color: Como. HEX triplet: 55, 79 and 64. RGB value is (85,121,100). Sum of RGB (Red+Green+Blue) = 85+121+100=306 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.78% from 306); Green value is 121 (47.66% from 255 or 39.54% from 306); Blue value is 100 (39.45% from 255 or 32.68% from 306); Max value from RGB is 121 - color contains mainly: green. Hex color #557964 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557964 is #AA869B. Grayscale: #6B6B6B. Windows color (decimal): -11175580 or 6584661. OLE color: 6584661.

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

Color convert

RGB 85 121 100 -
CMYK 0.30 0 0.17 0.53
HSL 145º 0.17% 0.4% -
HSV(B) 145º 0.3% 0.47% -
XYZ 12.88 16.53 14.57 -
YUV 107.84 123.57 111.71 -
System Red Green Blue C M Y K H S L
Decimal 85 121 100 0.30 0 0.17 0.53 145 0.17 0.4
Hex 55 79 64 1E 0 11 35 91 11 28
Octal 125 171 144 36 0 21 65 221 21 50
Binary 1010101 1111001 1100100 11110 0 10001 110101 10010001 10001 101000

Color Harmonies of #557964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557964

Black with #557964

Text Example


Text Example

White with #557964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557964; }

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

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

background-color css

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

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

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

border-color css

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

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

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