Html Css Color HEX #53745E Como

📋 copy color: '#53745E'

red 83 ◦ green 116 ◦ blue 94

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

Shades of Como #53745E

Tints of Como #53745E

RGB

 RED value IS 83 (32.81% from 255) = 28.33%

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

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

R = 28.33%
G = 39.59%
B = 32.08%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.19

 K value IS 0.55

RGB Variations

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

Color information

#53745E (or 0x53745E) is known color: Como. HEX triplet: 53, 74 and 5E. RGB value is (83,116,94). Sum of RGB (Red+Green+Blue) = 83+116+94=293 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.33% from 293); Green value is 116 (45.70% from 255 or 39.59% from 293); Blue value is 94 (37.11% from 255 or 32.08% from 293); Max value from RGB is 116 - color contains mainly: green. Hex color #53745E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53745E is #AC8BA1. Grayscale: #676767. Windows color (decimal): -11307938 or 6190163. OLE color: 6190163.

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

Color convert

RGB 83 116 94 -
CMYK 0.28 0 0.19 0.55
HSL 140º 0.17% 0.39% -
HSV(B) 140º 0.28% 0.45% -
XYZ 11.83 15.14 12.89 -
YUV 103.63 122.57 113.29 -
System Red Green Blue C M Y K H S L
Decimal 83 116 94 0.28 0 0.19 0.55 140 0.17 0.39
Hex 53 74 5E 1C 0 13 37 8C 11 27
Octal 123 164 136 34 0 23 67 214 21 47
Binary 1010011 1110100 1011110 11100 0 10011 110111 10001100 10001 100111

Color Harmonies of #53745E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53745E

Black with #53745E

Text Example


Text Example

White with #53745E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,116,94); }

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

background-color css

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

 a { background-color: rgb(83,116,94); }

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

border-color css

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

 span { border-color: rgb(83,116,94); }

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