Html Css Color HEX #52725C Como

📋 copy color: '#52725C'

red 82 ◦ green 114 ◦ blue 92

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

Shades of Como #52725C

Tints of Como #52725C

RGB

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

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

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

R = 28.47%
G = 39.58%
B = 31.94%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.19

 K value IS 0.55

RGB Variations

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

Color information

#52725C (or 0x52725C) is known color: Como. HEX triplet: 52, 72 and 5C. RGB value is (82,114,92). Sum of RGB (Red+Green+Blue) = 82+114+92=288 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.47% from 288); Green value is 114 (44.92% from 255 or 39.58% from 288); Blue value is 92 (36.33% from 255 or 31.94% from 288); Max value from RGB is 114 - color contains mainly: green. Hex color #52725C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52725C is #AD8DA3. Grayscale: #656565. Windows color (decimal): -11373988 or 6058578. OLE color: 6058578.

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

Color convert

RGB 82 114 92 -
CMYK 0.28 0 0.19 0.55
HSL 138.75º 0.16% 0.38% -
HSV(B) 138.75º 0.28% 0.45% -
XYZ 11.43 14.6 12.34 -
YUV 101.92 122.4 113.79 -
System Red Green Blue C M Y K H S L
Decimal 82 114 92 0.28 0 0.19 0.55 138.75 0.16 0.38
Hex 52 72 5C 1C 0 13 37 8B 10 26
Octal 122 162 134 34 0 23 67 213 20 46
Binary 1010010 1110010 1011100 11100 0 10011 110111 10001011 10000 100110

Color Harmonies of #52725C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52725C

Black with #52725C

Text Example


Text Example

White with #52725C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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