#52865F

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

Shades of Como #52865F

Tints of Como #52865F

Color information

#52865F (or 0x52865F) is unknown color: approx Como. HEX triplet: 52, 86 and 5F. RGB value is (82,134,95). Sum of RGB (Red+Green+Blue) = 82+134+95=311 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.37% from 311); Green value is 134 (52.73% from 255 or 43.09% from 311); Blue value is 95 (37.5% from 255 or 30.55% from 311); Max value from RGB is 134 - color contains mainly: green. Hex color #52865F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52865F is #AD79A0. Grayscale: #727272. Windows color (decimal): -11368865 or 6260306. OLE color: 6260306.

HSL color Cylindrical-coordinate representation of color #52865F: hue angle of 135º 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 #52865F is Cyan = 0.39, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.47.

Color convert

RGB8213495-
CMYK0.3900.290.47
HSL135º24.07%42.35%-
HSV(B)135º38.81%52.55%-
XYZ14.0719.6713.88-
YUV114.01117.27105.17-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.37%
GREEN value IS 134 (52.73% from 255) = 43.09%
BLUE value IS 95 (37.5% from 255) = 30.55%
R=26.37%
G=43.09%
B=30.55%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal82134950.3900.290.4713524.0742.35
Hex52865F2701D2F87182a
Octal12220613747035572073052
Binary10100101000011010111111001110111011011111000011111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52865F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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