Html Css Color HEX #52715F Como

📋 copy color: '#52715F'

red 82 ◦ green 113 ◦ blue 95

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

Shades of Como #52715F

Tints of Como #52715F

RGB

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

 GREEN value IS 113 (44.53% from 255) = 38.97%

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

R = 28.28%
G = 38.97%
B = 32.76%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.16

 K value IS 0.56

RGB Variations

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

Color information

#52715F (or 0x52715F) is known color: Como. HEX triplet: 52, 71 and 5F. RGB value is (82,113,95). Sum of RGB (Red+Green+Blue) = 82+113+95=290 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.28% from 290); Green value is 113 (44.53% from 255 or 38.97% from 290); Blue value is 95 (37.5% from 255 or 32.76% from 290); Max value from RGB is 113 - color contains mainly: green. Hex color #52715F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52715F is #AD8EA0. Grayscale: #656565. Windows color (decimal): -11374241 or 6254930. OLE color: 6254930.

HSL color Cylindrical-coordinate representation of color #52715F: hue angle of 145.16º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #52715F is Cyan = 0.27, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.56.

Color convert

RGB 82 113 95 -
CMYK 0.27 0 0.16 0.56
HSL 145.16º 0.16% 0.38% -
HSV(B) 145.16º 0.27% 0.44% -
XYZ 11.45 14.43 13.01 -
YUV 101.68 124.23 113.96 -
System Red Green Blue C M Y K H S L
Decimal 82 113 95 0.27 0 0.16 0.56 145.16 0.16 0.38
Hex 52 71 5F 1B 0 10 38 91 10 26
Octal 122 161 137 33 0 20 70 221 20 46
Binary 1010010 1110001 1011111 11011 0 10000 111000 10010001 10000 100110

Color Harmonies of #52715F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52715F

Black with #52715F

Text Example


Text Example

White with #52715F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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