Html Css Color HEX #55725F Como

📋 copy color: '#55725F'

red 85 ◦ green 114 ◦ blue 95

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

Shades of Como #55725F

Tints of Como #55725F

RGB

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

 GREEN value IS 114 (44.92% from 255) = 38.78%

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

R = 28.91%
G = 38.78%
B = 32.31%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.17

 K value IS 0.55

RGB Variations

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

Color information

#55725F (or 0x55725F) is known color: Como. HEX triplet: 55, 72 and 5F. RGB value is (85,114,95). Sum of RGB (Red+Green+Blue) = 85+114+95=294 (38% of max value = 765). Red value is 85 (33.59% from 255 or 28.91% from 294); Green value is 114 (44.92% from 255 or 38.78% from 294); Blue value is 95 (37.5% from 255 or 32.31% from 294); Max value from RGB is 114 - color contains mainly: green. Hex color #55725F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55725F is #AA8DA0. Grayscale: #676767. Windows color (decimal): -11177377 or 6255189. OLE color: 6255189.

HSL color Cylindrical-coordinate representation of color #55725F: hue angle of 140.69º degrees, saturation: 0.15, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #55725F is Cyan = 0.25, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.55.

Color convert

RGB 85 114 95 -
CMYK 0.25 0 0.17 0.55
HSL 140.69º 0.15% 0.39% -
HSV(B) 140.69º 0.25% 0.45% -
XYZ 11.83 14.79 13.06 -
YUV 103.16 123.39 115.04 -
System Red Green Blue C M Y K H S L
Decimal 85 114 95 0.25 0 0.17 0.55 140.69 0.15 0.39
Hex 55 72 5F 19 0 11 37 8D F 27
Octal 125 162 137 31 0 21 67 215 17 47
Binary 1010101 1110010 1011111 11001 0 10001 110111 10001101 1111 100111

Color Harmonies of #55725F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55725F

Black with #55725F

Text Example


Text Example

White with #55725F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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