Html Css Color HEX #52725F Como

📋 copy color: '#52725F'

red 82 ◦ green 114 ◦ blue 95

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

Shades of Como #52725F

Tints of Como #52725F

RGB

 RED value IS 82 (32.42% from 255) = 28.18%

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

 BLUE value IS 95 (37.5% from 255) = 32.65%

R = 28.18%
G = 39.18%
B = 32.65%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.17

 K value IS 0.55

RGB Variations

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

Color information

#52725F (or 0x52725F) is known color: Como. HEX triplet: 52, 72 and 5F. RGB value is (82,114,95). Sum of RGB (Red+Green+Blue) = 82+114+95=291 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.18% from 291); Green value is 114 (44.92% from 255 or 39.18% from 291); Blue value is 95 (37.5% from 255 or 32.65% from 291); Max value from RGB is 114 - color contains mainly: green. Hex color #52725F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52725F is #AD8DA0. Grayscale: #666666. Windows color (decimal): -11373985 or 6255186. OLE color: 6255186.

HSL color Cylindrical-coordinate representation of color #52725F: hue angle of 144.38º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #52725F is Cyan = 0.28, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.55.

Color convert

RGB 82 114 95 -
CMYK 0.28 0 0.17 0.55
HSL 144.38º 0.16% 0.38% -
HSV(B) 144.38º 0.28% 0.45% -
XYZ 11.56 14.65 13.05 -
YUV 102.27 123.9 113.54 -
System Red Green Blue C M Y K H S L
Decimal 82 114 95 0.28 0 0.17 0.55 144.38 0.16 0.38
Hex 52 72 5F 1C 0 11 37 90 10 26
Octal 122 162 137 34 0 21 67 220 20 46
Binary 1010010 1110010 1011111 11100 0 10001 110111 10010000 10000 100110

Color Harmonies of #52725F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52725F

Black with #52725F

Text Example


Text Example

White with #52725F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52725F; }

 p { color: rgb(82,114,95); }

 H1.HeaderClassName
 {
   color: #52725F;
 }
 .AnyTagClassName
 {
   color: #52725F;
 }
</style>

background-color css

<style>
 a { background-color: #52725F; }

 a { background-color: rgb(82,114,95); }

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

border-color css

<style>
 span { border-color: #52725F; }

 span { border-color: rgb(82,114,95); }

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