Html Css Color HEX #55705D Como

📋 copy color: '#55705D'

red 85 ◦ green 112 ◦ blue 93

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

Shades of Como #55705D

Tints of Como #55705D

RGB

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

 GREEN value IS 112 (44.14% from 255) = 38.62%

 BLUE value IS 93 (36.72% from 255) = 32.07%

R = 29.31%
G = 38.62%
B = 32.07%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.17

 K value IS 0.56

RGB Variations

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

Color information

#55705D (or 0x55705D) is known color: Como. HEX triplet: 55, 70 and 5D. RGB value is (85,112,93). Sum of RGB (Red+Green+Blue) = 85+112+93=290 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.31% from 290); Green value is 112 (44.14% from 255 or 38.62% from 290); Blue value is 93 (36.72% from 255 or 32.07% from 290); Max value from RGB is 112 - color contains mainly: green. Hex color #55705D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55705D is #AA8FA2. Grayscale: #656565. Windows color (decimal): -11177891 or 6123605. OLE color: 6123605.

HSL color Cylindrical-coordinate representation of color #55705D: hue angle of 137.78º degrees, saturation: 0.14, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #55705D is Cyan = 0.24, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.56.

Color convert

RGB 85 112 93 -
CMYK 0.24 0 0.17 0.56
HSL 137.78º 0.14% 0.39% -
HSV(B) 137.78º 0.24% 0.44% -
XYZ 11.52 14.31 12.51 -
YUV 101.76 123.05 116.04 -
System Red Green Blue C M Y K H S L
Decimal 85 112 93 0.24 0 0.17 0.56 137.78 0.14 0.39
Hex 55 70 5D 18 0 11 38 8A E 27
Octal 125 160 135 30 0 21 70 212 16 47
Binary 1010101 1110000 1011101 11000 0 10001 111000 10001010 1110 100111

Color Harmonies of #55705D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55705D

Black with #55705D

Text Example


Text Example

White with #55705D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55705D; }

 p { color: rgb(85,112,93); }

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

background-color css

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

 a { background-color: rgb(85,112,93); }

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

border-color css

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

 span { border-color: rgb(85,112,93); }

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