Html Css Color HEX #55745B Como

📋 copy color: '#55745B'

red 85 ◦ green 116 ◦ blue 91

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

Shades of Como #55745B

Tints of Como #55745B

RGB

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

 GREEN value IS 116 (45.7% from 255) = 39.73%

 BLUE value IS 91 (35.94% from 255) = 31.16%

R = 29.11%
G = 39.73%
B = 31.16%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.22

 K value IS 0.55

RGB Variations

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

Color information

#55745B (or 0x55745B) is known color: Como. HEX triplet: 55, 74 and 5B. RGB value is (85,116,91). Sum of RGB (Red+Green+Blue) = 85+116+91=292 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.11% from 292); Green value is 116 (45.70% from 255 or 39.73% from 292); Blue value is 91 (35.94% from 255 or 31.16% from 292); Max value from RGB is 116 - color contains mainly: green. Hex color #55745B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55745B is #AA8BA4. Grayscale: #676767. Windows color (decimal): -11176869 or 5993557. OLE color: 5993557.

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

Color convert

RGB 85 116 91 -
CMYK 0.27 0 0.22 0.55
HSL 131.61º 0.15% 0.39% -
HSV(B) 131.61º 0.27% 0.45% -
XYZ 11.88 15.18 12.2 -
YUV 103.88 120.73 114.53 -
System Red Green Blue C M Y K H S L
Decimal 85 116 91 0.27 0 0.22 0.55 131.61 0.15 0.39
Hex 55 74 5B 1B 0 16 37 84 F 27
Octal 125 164 133 33 0 26 67 204 17 47
Binary 1010101 1110100 1011011 11011 0 10110 110111 10000100 1111 100111

Color Harmonies of #55745B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55745B

Black with #55745B

Text Example


Text Example

White with #55745B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55745B; }

 p { color: rgb(85,116,91); }

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

background-color css

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

 a { background-color: rgb(85,116,91); }

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

border-color css

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

 span { border-color: rgb(85,116,91); }

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