Html Css Color HEX #53715D Como

📋 copy color: '#53715D'

red 83 ◦ green 113 ◦ blue 93

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

Shades of Como #53715D

Tints of Como #53715D

RGB

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

 GREEN value IS 113 (44.53% from 255) = 39.1%

 BLUE value IS 93 (36.72% from 255) = 32.18%

R = 28.72%
G = 39.1%
B = 32.18%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.18

 K value IS 0.56

RGB Variations

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

Color information

#53715D (or 0x53715D) is known color: Como. HEX triplet: 53, 71 and 5D. RGB value is (83,113,93). Sum of RGB (Red+Green+Blue) = 83+113+93=289 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.72% from 289); Green value is 113 (44.53% from 255 or 39.10% from 289); Blue value is 93 (36.72% from 255 or 32.18% from 289); Max value from RGB is 113 - color contains mainly: green. Hex color #53715D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53715D is #AC8EA2. Grayscale: #656565. Windows color (decimal): -11308707 or 6123859. OLE color: 6123859.

HSL color Cylindrical-coordinate representation of color #53715D: hue angle of 140º degrees, saturation: 0.15, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #53715D is Cyan = 0.27, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.56.

Color convert

RGB 83 113 93 -
CMYK 0.27 0 0.18 0.56
HSL 140º 0.15% 0.38% -
HSV(B) 140º 0.27% 0.44% -
XYZ 11.45 14.44 12.54 -
YUV 101.75 123.06 114.63 -
System Red Green Blue C M Y K H S L
Decimal 83 113 93 0.27 0 0.18 0.56 140 0.15 0.38
Hex 53 71 5D 1B 0 12 38 8C F 26
Octal 123 161 135 33 0 22 70 214 17 46
Binary 1010011 1110001 1011101 11011 0 10010 111000 10001100 1111 100110

Color Harmonies of #53715D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53715D

Black with #53715D

Text Example


Text Example

White with #53715D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53715D; }

 p { color: rgb(83,113,93); }

 H1.HeaderClassName
 {
   color: #53715D;
 }
 .AnyTagClassName
 {
   color: #53715D;
 }
</style>

background-color css

<style>
 a { background-color: #53715D; }

 a { background-color: rgb(83,113,93); }

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

border-color css

<style>
 span { border-color: #53715D; }

 span { border-color: rgb(83,113,93); }

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