Html Css Color HEX #53725B Como

📋 copy color: '#53725B'

red 83 ◦ green 114 ◦ blue 91

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

Shades of Como #53725B

Tints of Como #53725B

RGB

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

 GREEN value IS 114 (44.92% from 255) = 39.58%

 BLUE value IS 91 (35.94% from 255) = 31.6%

R = 28.82%
G = 39.58%
B = 31.6%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.20

 K value IS 0.55

RGB Variations

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

Color information

#53725B (or 0x53725B) is known color: Como. HEX triplet: 53, 72 and 5B. RGB value is (83,114,91). Sum of RGB (Red+Green+Blue) = 83+114+91=288 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.82% from 288); Green value is 114 (44.92% from 255 or 39.58% from 288); Blue value is 91 (35.94% from 255 or 31.60% from 288); Max value from RGB is 114 - color contains mainly: green. Hex color #53725B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53725B is #AC8DA4. Grayscale: #666666. Windows color (decimal): -11308453 or 5993043. OLE color: 5993043.

HSL color Cylindrical-coordinate representation of color #53725B: hue angle of 135.48º degrees, saturation: 0.16, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #53725B is Cyan = 0.27, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.55.

Color convert

RGB 83 114 91 -
CMYK 0.27 0 0.20 0.55
HSL 135.48º 0.16% 0.39% -
HSV(B) 135.48º 0.27% 0.45% -
XYZ 11.47 14.63 12.12 -
YUV 102.11 121.73 114.37 -
System Red Green Blue C M Y K H S L
Decimal 83 114 91 0.27 0 0.20 0.55 135.48 0.16 0.39
Hex 53 72 5B 1B 0 14 37 87 10 27
Octal 123 162 133 33 0 24 67 207 20 47
Binary 1010011 1110010 1011011 11011 0 10100 110111 10000111 10000 100111

Color Harmonies of #53725B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53725B

Black with #53725B

Text Example


Text Example

White with #53725B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53725B; }

 p { color: rgb(83,114,91); }

 H1.HeaderClassName
 {
   color: #53725B;
 }
 .AnyTagClassName
 {
   color: #53725B;
 }
</style>

background-color css

<style>
 a { background-color: #53725B; }

 a { background-color: rgb(83,114,91); }

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

border-color css

<style>
 span { border-color: #53725B; }

 span { border-color: rgb(83,114,91); }

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