Html Css Color HEX #53735E Como

📋 copy color: '#53735E'

red 83 ◦ green 115 ◦ blue 94

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

Shades of Como #53735E

Tints of Como #53735E

RGB

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

 GREEN value IS 115 (45.31% from 255) = 39.38%

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

R = 28.42%
G = 39.38%
B = 32.19%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.18

 K value IS 0.55

RGB Variations

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

Color information

#53735E (or 0x53735E) is known color: Como. HEX triplet: 53, 73 and 5E. RGB value is (83,115,94). Sum of RGB (Red+Green+Blue) = 83+115+94=292 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.42% from 292); Green value is 115 (45.31% from 255 or 39.38% from 292); Blue value is 94 (37.11% from 255 or 32.19% from 292); Max value from RGB is 115 - color contains mainly: green. Hex color #53735E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53735E is #AC8CA1. Grayscale: #676767. Windows color (decimal): -11308194 or 6189907. OLE color: 6189907.

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

Color convert

RGB 83 115 94 -
CMYK 0.28 0 0.18 0.55
HSL 140.63º 0.16% 0.39% -
HSV(B) 140.63º 0.28% 0.45% -
XYZ 11.72 14.91 12.85 -
YUV 103.04 122.9 113.71 -
System Red Green Blue C M Y K H S L
Decimal 83 115 94 0.28 0 0.18 0.55 140.63 0.16 0.39
Hex 53 73 5E 1C 0 12 37 8D 10 27
Octal 123 163 136 34 0 22 67 215 20 47
Binary 1010011 1110011 1011110 11100 0 10010 110111 10001101 10000 100111

Color Harmonies of #53735E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53735E

Black with #53735E

Text Example


Text Example

White with #53735E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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