#52755A

Color #52755A Como (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Como #52755A

Tints of Como #52755A

Color information

#52755A (or 0x52755A) is unknown color: approx Como. HEX triplet: 52, 75 and 5A. RGB value is (82,117,90). Sum of RGB (Red+Green+Blue) = 82+117+90=289 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.37% from 289); Green value is 117 (46.09% from 255 or 40.48% from 289); Blue value is 90 (35.55% from 255 or 31.14% from 289); Max value from RGB is 117 - color contains mainly: green. Hex color #52755A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52755A is #AD8AA5. Grayscale: #676767. Windows color (decimal): -11373222 or 5928274. OLE color: 5928274.

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

Color convert

RGB8211790-
CMYK0.3000.230.54
HSL133.71º17.59%39.02%-
HSV(B)133.71º29.91%45.88%-
XYZ11.6915.2512-
YUV103.46120.4112.7-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.37%
GREEN value IS 117 (46.09% from 255) = 40.48%
BLUE value IS 90 (35.55% from 255) = 31.14%
R=28.37%
G=40.48%
B=31.14%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal82117900.3000.230.54133.7117.5939.02
Hex52755A1E01736861227
Octal12216513236027662062247
Binary101001011101011011010111100101111101101000011010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52755A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #52755A;
 }
 .AnyTagClassName
 {
   color: #52755A;
 }
</style>
background-color css

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

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

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

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

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

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