#52755F

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

Shades of Como #52755F

Tints of Como #52755F

Color information

#52755F (or 0x52755F) is unknown color: approx Como. HEX triplet: 52, 75 and 5F. RGB value is (82,117,95). Sum of RGB (Red+Green+Blue) = 82+117+95=294 (38% of max value = 765). Red value is 82 (32.42% from 255 or 27.89% from 294); Green value is 117 (46.09% from 255 or 39.80% from 294); Blue value is 95 (37.5% from 255 or 32.31% from 294); Max value from RGB is 117 - color contains mainly: green. Hex color #52755F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52755F is #AD8AA0. Grayscale: #686868. Windows color (decimal): -11373217 or 6255954. OLE color: 6255954.

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

Color convert

RGB8211795-
CMYK0.3000.190.54
HSL142.29º17.59%39.02%-
HSV(B)142.29º29.91%45.88%-
XYZ11.9115.3413.16-
YUV104.03122.9112.29-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.89%
GREEN value IS 117 (46.09% from 255) = 39.80%
BLUE value IS 95 (37.5% from 255) = 32.31%
R=27.89%
G=39.80%
B=32.31%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal82117950.3000.190.54142.2917.5939.02
Hex52755F1E013368e1227
Octal12216513736023662162247
Binary101001011101011011111111100100111101101000111010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52755F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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