#52765F

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

Shades of Como #52765F

Tints of Como #52765F

Color information

#52765F (or 0x52765F) is unknown color: approx Como. HEX triplet: 52, 76 and 5F. RGB value is (82,118,95). Sum of RGB (Red+Green+Blue) = 82+118+95=295 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.80% from 295); Green value is 118 (46.48% from 255 or 40% from 295); Blue value is 95 (37.5% from 255 or 32.20% from 295); Max value from RGB is 118 - color contains mainly: green. Hex color #52765F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52765F is #AD89A0. Grayscale: #686868. Windows color (decimal): -11372961 or 6256210. OLE color: 6256210.

HSL color Cylindrical-coordinate representation of color #52765F: hue angle of 141.67º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #52765F is Cyan = 0.31, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.54.

Color convert

RGB8211895-
CMYK0.3100.190.54
HSL141.67º18%39.22%-
HSV(B)141.67º30.51%46.27%-
XYZ12.0215.5813.2-
YUV104.61122.57111.87-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.80%
GREEN value IS 118 (46.48% from 255) = 40%
BLUE value IS 95 (37.5% from 255) = 32.20%
R=27.80%
G=40%
B=32.20%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal82118950.3100.190.54141.671839.22
Hex52765F1F013368e1227
Octal12216613737023662162247
Binary101001011101101011111111110100111101101000111010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52765F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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