Html Css Color HEX #52755B Como

📋 copy color: '#52755B'

red 82 ◦ green 117 ◦ blue 91

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

Shades of Como #52755B

Tints of Como #52755B

RGB

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

 GREEN value IS 117 (46.09% from 255) = 40.34%

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

R = 28.28%
G = 40.34%
B = 31.38%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.22

 K value IS 0.54

RGB Variations

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

Color information

#52755B (or 0x52755B) is known color: Como. HEX triplet: 52, 75 and 5B. RGB value is (82,117,91). Sum of RGB (Red+Green+Blue) = 82+117+91=290 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.28% from 290); Green value is 117 (46.09% from 255 or 40.34% from 290); Blue value is 91 (35.94% from 255 or 31.38% from 290); Max value from RGB is 117 - color contains mainly: green. Hex color #52755B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52755B is #AD8AA4. Grayscale: #676767. Windows color (decimal): -11373221 or 5993810. OLE color: 5993810.

HSL color Cylindrical-coordinate representation of color #52755B: hue angle of 135.43º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #52755B is Cyan = 0.30, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.54.

Color convert

RGB 82 117 91 -
CMYK 0.30 0 0.22 0.54
HSL 135.43º 0.18% 0.39% -
HSV(B) 135.43º 0.3% 0.46% -
XYZ 11.73 15.27 12.23 -
YUV 103.57 120.9 112.61 -
System Red Green Blue C M Y K H S L
Decimal 82 117 91 0.30 0 0.22 0.54 135.43 0.18 0.39
Hex 52 75 5B 1E 0 16 36 87 12 27
Octal 122 165 133 36 0 26 66 207 22 47
Binary 1010010 1110101 1011011 11110 0 10110 110110 10000111 10010 100111

Color Harmonies of #52755B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52755B

Black with #52755B

Text Example


Text Example

White with #52755B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,117,91); }

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

background-color css

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

 a { background-color: rgb(82,117,91); }

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

border-color css

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

 span { border-color: rgb(82,117,91); }

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