Html Css Color HEX #557962 Como

📋 copy color: '#557962'

red 85 ◦ green 121 ◦ blue 98

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

Shades of Como #557962

Tints of Como #557962

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 32.24%

R = 27.96%
G = 39.8%
B = 32.24%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.19

 K value IS 0.53

RGB Variations

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

Color information

#557962 (or 0x557962) is known color: Como. HEX triplet: 55, 79 and 62. RGB value is (85,121,98). Sum of RGB (Red+Green+Blue) = 85+121+98=304 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.96% from 304); Green value is 121 (47.66% from 255 or 39.80% from 304); Blue value is 98 (38.67% from 255 or 32.24% from 304); Max value from RGB is 121 - color contains mainly: green. Hex color #557962 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557962 is #AA869D. Grayscale: #6B6B6B. Windows color (decimal): -11175582 or 6453589. OLE color: 6453589.

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

Color convert

RGB 85 121 98 -
CMYK 0.30 0 0.19 0.53
HSL 141.67º 0.17% 0.4% -
HSV(B) 141.67º 0.3% 0.47% -
XYZ 12.79 16.49 14.06 -
YUV 107.61 122.57 111.87 -
System Red Green Blue C M Y K H S L
Decimal 85 121 98 0.30 0 0.19 0.53 141.67 0.17 0.4
Hex 55 79 62 1E 0 13 35 8E 11 28
Octal 125 171 142 36 0 23 65 216 21 50
Binary 1010101 1111001 1100010 11110 0 10011 110101 10001110 10001 101000

Color Harmonies of #557962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557962

Black with #557962

Text Example


Text Example

White with #557962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557962; }

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

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

background-color css

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

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

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

border-color css

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

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

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