Html Css Color HEX #52755E Como

📋 copy color: '#52755E'

red 82 ◦ green 117 ◦ blue 94

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

Shades of Como #52755E

Tints of Como #52755E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 32.08%

R = 27.99%
G = 39.93%
B = 32.08%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.20

 K value IS 0.54

RGB Variations

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

Color information

#52755E (or 0x52755E) is known color: Como. HEX triplet: 52, 75 and 5E. RGB value is (82,117,94). Sum of RGB (Red+Green+Blue) = 82+117+94=293 (38% of max value = 765). Red value is 82 (32.42% from 255 or 27.99% from 293); Green value is 117 (46.09% from 255 or 39.93% from 293); Blue value is 94 (37.11% from 255 or 32.08% from 293); Max value from RGB is 117 - color contains mainly: green. Hex color #52755E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52755E is #AD8AA1. Grayscale: #676767. Windows color (decimal): -11373218 or 6190418. OLE color: 6190418.

HSL color Cylindrical-coordinate representation of color #52755E: hue angle of 140.57º 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 #52755E is Cyan = 0.30, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.54.

Color convert

RGB 82 117 94 -
CMYK 0.30 0 0.20 0.54
HSL 140.57º 0.18% 0.39% -
HSV(B) 140.57º 0.3% 0.46% -
XYZ 11.86 15.32 12.92 -
YUV 103.91 122.4 112.37 -
System Red Green Blue C M Y K H S L
Decimal 82 117 94 0.30 0 0.20 0.54 140.57 0.18 0.39
Hex 52 75 5E 1E 0 14 36 8D 12 27
Octal 122 165 136 36 0 24 66 215 22 47
Binary 1010010 1110101 1011110 11110 0 10100 110110 10001101 10010 100111

Color Harmonies of #52755E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52755E

Black with #52755E

Text Example


Text Example

White with #52755E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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