Html Css Color HEX #53715C Como

📋 copy color: '#53715C'

red 83 ◦ green 113 ◦ blue 92

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

Shades of Como #53715C

Tints of Como #53715C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 31.94%

R = 28.82%
G = 39.24%
B = 31.94%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.19

 K value IS 0.56

RGB Variations

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

Color information

#53715C (or 0x53715C) is known color: Como. HEX triplet: 53, 71 and 5C. RGB value is (83,113,92). Sum of RGB (Red+Green+Blue) = 83+113+92=288 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.82% from 288); Green value is 113 (44.53% from 255 or 39.24% from 288); Blue value is 92 (36.33% from 255 or 31.94% from 288); Max value from RGB is 113 - color contains mainly: green. Hex color #53715C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53715C is #AC8EA3. Grayscale: #656565. Windows color (decimal): -11308708 or 6058323. OLE color: 6058323.

HSL color Cylindrical-coordinate representation of color #53715C: hue angle of 138º 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 #53715C is Cyan = 0.27, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.56.

Color convert

RGB 83 113 92 -
CMYK 0.27 0 0.19 0.56
HSL 138º 0.15% 0.38% -
HSV(B) 138º 0.27% 0.44% -
XYZ 11.4 14.42 12.31 -
YUV 101.64 122.56 114.71 -
System Red Green Blue C M Y K H S L
Decimal 83 113 92 0.27 0 0.19 0.56 138 0.15 0.38
Hex 53 71 5C 1B 0 13 38 8A F 26
Octal 123 161 134 33 0 23 70 212 17 46
Binary 1010011 1110001 1011100 11011 0 10011 111000 10001010 1111 100110

Color Harmonies of #53715C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53715C

Black with #53715C

Text Example


Text Example

White with #53715C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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