Html Css Color HEX #55795F Como

📋 copy color: '#55795F'

red 85 ◦ green 121 ◦ blue 95

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

Shades of Como #55795F

Tints of Como #55795F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 31.56%

R = 28.24%
G = 40.2%
B = 31.56%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.21

 K value IS 0.53

RGB Variations

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

Color information

#55795F (or 0x55795F) is known color: Como. HEX triplet: 55, 79 and 5F. RGB value is (85,121,95). Sum of RGB (Red+Green+Blue) = 85+121+95=301 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.24% from 301); Green value is 121 (47.66% from 255 or 40.20% from 301); Blue value is 95 (37.5% from 255 or 31.56% from 301); Max value from RGB is 121 - color contains mainly: green. Hex color #55795F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55795F is #AA86A0. Grayscale: #6B6B6B. Windows color (decimal): -11175585 or 6256981. OLE color: 6256981.

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

Color convert

RGB 85 121 95 -
CMYK 0.30 0 0.21 0.53
HSL 136.67º 0.17% 0.4% -
HSV(B) 136.67º 0.3% 0.47% -
XYZ 12.65 16.43 13.33 -
YUV 107.27 121.07 112.11 -
System Red Green Blue C M Y K H S L
Decimal 85 121 95 0.30 0 0.21 0.53 136.67 0.17 0.4
Hex 55 79 5F 1E 0 15 35 89 11 28
Octal 125 171 137 36 0 25 65 211 21 50
Binary 1010101 1111001 1011111 11110 0 10101 110101 10001001 10001 101000

Color Harmonies of #55795F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55795F

Black with #55795F

Text Example


Text Example

White with #55795F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55795F; }

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

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

background-color css

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

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

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

border-color css

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

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

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