Html Css Color HEX #53745C Como

📋 copy color: '#53745C'

red 83 ◦ green 116 ◦ blue 92

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

Shades of Como #53745C

Tints of Como #53745C

RGB

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

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

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

R = 28.52%
G = 39.86%
B = 31.62%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.21

 K value IS 0.55

RGB Variations

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

Color information

#53745C (or 0x53745C) is known color: Como. HEX triplet: 53, 74 and 5C. RGB value is (83,116,92). Sum of RGB (Red+Green+Blue) = 83+116+92=291 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.52% from 291); Green value is 116 (45.70% from 255 or 39.86% from 291); Blue value is 92 (36.33% from 255 or 31.62% from 291); Max value from RGB is 116 - color contains mainly: green. Hex color #53745C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53745C is #AC8BA3. Grayscale: #676767. Windows color (decimal): -11307940 or 6059091. OLE color: 6059091.

HSL color Cylindrical-coordinate representation of color #53745C: hue angle of 136.36º 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 #53745C is Cyan = 0.28, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.55.

Color convert

RGB 83 116 92 -
CMYK 0.28 0 0.21 0.55
HSL 136.36º 0.17% 0.39% -
HSV(B) 136.36º 0.28% 0.45% -
XYZ 11.74 15.1 12.42 -
YUV 103.4 121.57 113.45 -
System Red Green Blue C M Y K H S L
Decimal 83 116 92 0.28 0 0.21 0.55 136.36 0.17 0.39
Hex 53 74 5C 1C 0 15 37 88 11 27
Octal 123 164 134 34 0 25 67 210 21 47
Binary 1010011 1110100 1011100 11100 0 10101 110111 10001000 10001 100111

Color Harmonies of #53745C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53745C

Black with #53745C

Text Example


Text Example

White with #53745C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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