#52785D

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

Shades of Como #52785D

Tints of Como #52785D

Color information

#52785D (or 0x52785D) is unknown color: approx Como. HEX triplet: 52, 78 and 5D. RGB value is (82,120,93). Sum of RGB (Red+Green+Blue) = 82+120+93=295 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.80% from 295); Green value is 120 (47.27% from 255 or 40.68% from 295); Blue value is 93 (36.72% from 255 or 31.53% from 295); Max value from RGB is 120 - color contains mainly: green. Hex color #52785D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52785D is #AD87A2. Grayscale: #696969. Windows color (decimal): -11372451 or 6125650. OLE color: 6125650.

HSL color Cylindrical-coordinate representation of color #52785D: hue angle of 137.37º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #52785D is Cyan = 0.32, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.53.

Color convert

RGB8212093-
CMYK0.3200.220.53
HSL137.37º18.81%39.61%-
HSV(B)137.37º31.67%47.06%-
XYZ12.1716.0212.81-
YUV105.56120.91111.2-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.80%
GREEN value IS 120 (47.27% from 255) = 40.68%
BLUE value IS 93 (36.72% from 255) = 31.53%
R=27.80%
G=40.68%
B=31.53%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal82120930.3200.220.53137.3718.8139.61
Hex52785D2001635891328
Octal12217013540026652112350
Binary1010010111100010111011000000101101101011000100110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52785D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52785D; }

 p { color: rgb(82,120,93); }

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

<style>
 a { background-color: #52785D; }

 a { background-color: rgb(82,120,93); }

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

<style>
 span { border-color: #52785D; }

 span { border-color: rgb(82,120,93); }

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