Html Css Color HEX #53745A Como

📋 copy color: '#53745A'

red 83 ◦ green 116 ◦ blue 90

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

Shades of Como #53745A

Tints of Como #53745A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 31.14%

R = 28.72%
G = 40.14%
B = 31.14%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.22

 K value IS 0.55

RGB Variations

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

Color information

#53745A (or 0x53745A) is known color: Como. HEX triplet: 53, 74 and 5A. RGB value is (83,116,90). Sum of RGB (Red+Green+Blue) = 83+116+90=289 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.72% from 289); Green value is 116 (45.70% from 255 or 40.14% from 289); Blue value is 90 (35.55% from 255 or 31.14% from 289); Max value from RGB is 116 - color contains mainly: green. Hex color #53745A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53745A is #AC8BA5. Grayscale: #676767. Windows color (decimal): -11307942 or 5928019. OLE color: 5928019.

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

Color convert

RGB 83 116 90 -
CMYK 0.28 0 0.22 0.55
HSL 132.73º 0.17% 0.39% -
HSV(B) 132.73º 0.28% 0.45% -
XYZ 11.66 15.07 11.97 -
YUV 103.17 120.57 113.61 -
System Red Green Blue C M Y K H S L
Decimal 83 116 90 0.28 0 0.22 0.55 132.73 0.17 0.39
Hex 53 74 5A 1C 0 16 37 85 11 27
Octal 123 164 132 34 0 26 67 205 21 47
Binary 1010011 1110100 1011010 11100 0 10110 110111 10000101 10001 100111

Color Harmonies of #53745A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53745A

Black with #53745A

Text Example


Text Example

White with #53745A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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