Html Css Color HEX #55725E Como

📋 copy color: '#55725E'

red 85 ◦ green 114 ◦ blue 94

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

Shades of Como #55725E

Tints of Como #55725E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 32.08%

R = 29.01%
G = 38.91%
B = 32.08%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.18

 K value IS 0.55

RGB Variations

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

Color information

#55725E (or 0x55725E) is known color: Como. HEX triplet: 55, 72 and 5E. RGB value is (85,114,94). Sum of RGB (Red+Green+Blue) = 85+114+94=293 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.01% from 293); Green value is 114 (44.92% from 255 or 38.91% from 293); Blue value is 94 (37.11% from 255 or 32.08% from 293); Max value from RGB is 114 - color contains mainly: green. Hex color #55725E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55725E is #AA8DA1. Grayscale: #676767. Windows color (decimal): -11177378 or 6189653. OLE color: 6189653.

HSL color Cylindrical-coordinate representation of color #55725E: hue angle of 138.62º 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 #55725E is Cyan = 0.25, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.55.

Color convert

RGB 85 114 94 -
CMYK 0.25 0 0.18 0.55
HSL 138.62º 0.15% 0.39% -
HSV(B) 138.62º 0.25% 0.45% -
XYZ 11.78 14.77 12.82 -
YUV 103.05 122.89 115.13 -
System Red Green Blue C M Y K H S L
Decimal 85 114 94 0.25 0 0.18 0.55 138.62 0.15 0.39
Hex 55 72 5E 19 0 12 37 8B F 27
Octal 125 162 136 31 0 22 67 213 17 47
Binary 1010101 1110010 1011110 11001 0 10010 110111 10001011 1111 100111

Color Harmonies of #55725E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55725E

Black with #55725E

Text Example


Text Example

White with #55725E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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