#52865D

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

Shades of Como #52865D

Tints of Como #52865D

Color information

#52865D (or 0x52865D) is unknown color: approx Como. HEX triplet: 52, 86 and 5D. RGB value is (82,134,93). Sum of RGB (Red+Green+Blue) = 82+134+93=309 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.54% from 309); Green value is 134 (52.73% from 255 or 43.37% from 309); Blue value is 93 (36.72% from 255 or 30.10% from 309); Max value from RGB is 134 - color contains mainly: green. Hex color #52865D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52865D is #AD79A2. Grayscale: #717171. Windows color (decimal): -11368867 or 6129234. OLE color: 6129234.

HSL color Cylindrical-coordinate representation of color #52865D: hue angle of 132.69º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #52865D is Cyan = 0.39, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.47.

Color convert

RGB8213493-
CMYK0.3900.310.47
HSL132.69º24.07%42.35%-
HSV(B)132.69º38.81%52.55%-
XYZ13.9819.6313.41-
YUV113.78116.27105.33-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.54%
GREEN value IS 134 (52.73% from 255) = 43.37%
BLUE value IS 93 (36.72% from 255) = 30.10%
R=26.54%
G=43.37%
B=30.10%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal82134930.3900.310.47132.6924.0742.35
Hex52865D2701F2F85182a
Octal12220613547037572053052
Binary10100101000011010111011001110111111011111000010111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52865D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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