#52805B

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

Shades of Como #52805B

Tints of Como #52805B

Color information

#52805B (or 0x52805B) is unknown color: approx Como. HEX triplet: 52, 80 and 5B. RGB value is (82,128,91). Sum of RGB (Red+Green+Blue) = 82+128+91=301 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.24% from 301); Green value is 128 (50.39% from 255 or 42.52% from 301); Blue value is 91 (35.94% from 255 or 30.23% from 301); Max value from RGB is 128 - color contains mainly: green. Hex color #52805B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52805B is #AD7FA4. Grayscale: #6E6E6E. Windows color (decimal): -11370405 or 5996626. OLE color: 5996626.

HSL color Cylindrical-coordinate representation of color #52805B: hue angle of 131.74º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #52805B is Cyan = 0.36, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.50.

Color convert

RGB8212891-
CMYK0.3600.290.50
HSL131.74º21.9%41.18%-
HSV(B)131.74º35.94%50.2%-
XYZ13.0917.9912.68-
YUV110.03117.26108.01-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.24%
GREEN value IS 128 (50.39% from 255) = 42.52%
BLUE value IS 91 (35.94% from 255) = 30.23%
R=27.24%
G=42.52%
B=30.23%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal82128910.3600.290.50131.7421.941.18
Hex52805B2401D32841629
Octal12220013344035622042651
Binary10100101000000010110111001000111011100101000010010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52805B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52805B; }

 p { color: rgb(82,128,91); }

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

<style>
 a { background-color: #52805B; }

 a { background-color: rgb(82,128,91); }

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

<style>
 span { border-color: #52805B; }

 span { border-color: rgb(82,128,91); }

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