#52865E

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

Shades of Como #52865E

Tints of Como #52865E

Color information

#52865E (or 0x52865E) is unknown color: approx Como. HEX triplet: 52, 86 and 5E. RGB value is (82,134,94). Sum of RGB (Red+Green+Blue) = 82+134+94=310 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.45% from 310); Green value is 134 (52.73% from 255 or 43.23% from 310); Blue value is 94 (37.11% from 255 or 30.32% from 310); Max value from RGB is 134 - color contains mainly: green. Hex color #52865E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52865E is #AD79A1. Grayscale: #727272. Windows color (decimal): -11368866 or 6194770. OLE color: 6194770.

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

Color convert

RGB8213494-
CMYK0.3900.300.47
HSL133.85º24.07%42.35%-
HSV(B)133.85º38.81%52.55%-
XYZ14.0319.6513.64-
YUV113.89116.77105.25-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.45%
GREEN value IS 134 (52.73% from 255) = 43.23%
BLUE value IS 94 (37.11% from 255) = 30.32%
R=26.45%
G=43.23%
B=30.32%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal82134940.3900.300.47133.8524.0742.35
Hex52865E2701E2F86182a
Octal12220613647036572063052
Binary10100101000011010111101001110111101011111000011011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52865E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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