Html Css Color HEX #53705D Como

📋 copy color: '#53705D'

red 83 ◦ green 112 ◦ blue 93

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

Shades of Como #53705D

Tints of Como #53705D

RGB

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

 GREEN value IS 112 (44.14% from 255) = 38.89%

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

R = 28.82%
G = 38.89%
B = 32.29%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.17

 K value IS 0.56

RGB Variations

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

Color information

#53705D (or 0x53705D) is known color: Como. HEX triplet: 53, 70 and 5D. RGB value is (83,112,93). Sum of RGB (Red+Green+Blue) = 83+112+93=288 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.82% from 288); Green value is 112 (44.14% from 255 or 38.89% from 288); Blue value is 93 (36.72% from 255 or 32.29% from 288); Max value from RGB is 112 - color contains mainly: green. Hex color #53705D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53705D is #AC8FA2. Grayscale: #656565. Windows color (decimal): -11308963 or 6123603. OLE color: 6123603.

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

Color convert

RGB 83 112 93 -
CMYK 0.26 0 0.17 0.56
HSL 140.69º 0.15% 0.38% -
HSV(B) 140.69º 0.26% 0.44% -
XYZ 11.34 14.22 12.5 -
YUV 101.16 123.39 115.04 -
System Red Green Blue C M Y K H S L
Decimal 83 112 93 0.26 0 0.17 0.56 140.69 0.15 0.38
Hex 53 70 5D 1A 0 11 38 8D F 26
Octal 123 160 135 32 0 21 70 215 17 46
Binary 1010011 1110000 1011101 11010 0 10001 111000 10001101 1111 100110

Color Harmonies of #53705D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53705D

Black with #53705D

Text Example


Text Example

White with #53705D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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