Html Css Color HEX #52735D Como

📋 copy color: '#52735D'

red 82 ◦ green 115 ◦ blue 93

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

Shades of Como #52735D

Tints of Como #52735D

RGB

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

 GREEN value IS 115 (45.31% from 255) = 39.66%

 BLUE value IS 93 (36.72% from 255) = 32.07%

R = 28.28%
G = 39.66%
B = 32.07%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.19

 K value IS 0.55

RGB Variations

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

Color information

#52735D (or 0x52735D) is known color: Como. HEX triplet: 52, 73 and 5D. RGB value is (82,115,93). Sum of RGB (Red+Green+Blue) = 82+115+93=290 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.28% from 290); Green value is 115 (45.31% from 255 or 39.66% from 290); Blue value is 93 (36.72% from 255 or 32.07% from 290); Max value from RGB is 115 - color contains mainly: green. Hex color #52735D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52735D is #AD8CA2. Grayscale: #666666. Windows color (decimal): -11373731 or 6124370. OLE color: 6124370.

HSL color Cylindrical-coordinate representation of color #52735D: hue angle of 140º degrees, saturation: 0.17, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #52735D is Cyan = 0.29, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.55.

Color convert

RGB 82 115 93 -
CMYK 0.29 0 0.19 0.55
HSL 140º 0.17% 0.39% -
HSV(B) 140º 0.29% 0.45% -
XYZ 11.59 14.85 12.61 -
YUV 102.63 122.57 113.29 -
System Red Green Blue C M Y K H S L
Decimal 82 115 93 0.29 0 0.19 0.55 140 0.17 0.39
Hex 52 73 5D 1D 0 13 37 8C 11 27
Octal 122 163 135 35 0 23 67 214 21 47
Binary 1010010 1110011 1011101 11101 0 10011 110111 10001100 10001 100111

Color Harmonies of #52735D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52735D

Black with #52735D

Text Example


Text Example

White with #52735D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52735D; }

 p { color: rgb(82,115,93); }

 H1.HeaderClassName
 {
   color: #52735D;
 }
 .AnyTagClassName
 {
   color: #52735D;
 }
</style>

background-color css

<style>
 a { background-color: #52735D; }

 a { background-color: rgb(82,115,93); }

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

border-color css

<style>
 span { border-color: #52735D; }

 span { border-color: rgb(82,115,93); }

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