Html Css Color HEX #557963 Como

📋 copy color: '#557963'

red 85 ◦ green 121 ◦ blue 99

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

Shades of Como #557963

Tints of Como #557963

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 32.46%

R = 27.87%
G = 39.67%
B = 32.46%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.18

 K value IS 0.53

RGB Variations

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

Color information

#557963 (or 0x557963) is known color: Como. HEX triplet: 55, 79 and 63. RGB value is (85,121,99). Sum of RGB (Red+Green+Blue) = 85+121+99=305 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.87% from 305); Green value is 121 (47.66% from 255 or 39.67% from 305); Blue value is 99 (39.06% from 255 or 32.46% from 305); Max value from RGB is 121 - color contains mainly: green. Hex color #557963 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557963 is #AA869C. Grayscale: #6B6B6B. Windows color (decimal): -11175581 or 6519125. OLE color: 6519125.

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

Color convert

RGB 85 121 99 -
CMYK 0.30 0 0.18 0.53
HSL 143.33º 0.17% 0.4% -
HSV(B) 143.33º 0.3% 0.47% -
XYZ 12.84 16.51 14.31 -
YUV 107.73 123.07 111.79 -
System Red Green Blue C M Y K H S L
Decimal 85 121 99 0.30 0 0.18 0.53 143.33 0.17 0.4
Hex 55 79 63 1E 0 12 35 8F 11 28
Octal 125 171 143 36 0 22 65 217 21 50
Binary 1010101 1111001 1100011 11110 0 10010 110101 10001111 10001 101000

Color Harmonies of #557963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557963

Black with #557963

Text Example


Text Example

White with #557963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557963; }

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

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

background-color css

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

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

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

border-color css

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

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

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