#52825B

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

Shades of Como #52825B

Tints of Como #52825B

Color information

#52825B (or 0x52825B) is unknown color: approx Como. HEX triplet: 52, 82 and 5B. RGB value is (82,130,91). Sum of RGB (Red+Green+Blue) = 82+130+91=303 (40% of max value = 765). Red value is 82 (32.42% from 255 or 27.06% from 303); Green value is 130 (51.17% from 255 or 42.90% from 303); Blue value is 91 (35.94% from 255 or 30.03% from 303); Max value from RGB is 130 - color contains mainly: green. Hex color #52825B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52825B is #AD7DA4. Grayscale: #6F6F6F. Windows color (decimal): -11369893 or 5997138. OLE color: 5997138.

HSL color Cylindrical-coordinate representation of color #52825B: hue angle of 131.25º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #52825B is Cyan = 0.37, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.49.

Color convert

RGB8213091-
CMYK0.3700.300.49
HSL131.25º22.64%41.57%-
HSV(B)131.25º36.92%50.98%-
XYZ13.3518.5112.77-
YUV111.2116.6107.17-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.06%
GREEN value IS 130 (51.17% from 255) = 42.90%
BLUE value IS 91 (35.94% from 255) = 30.03%
R=27.06%
G=42.90%
B=30.03%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal82130910.3700.300.49131.2522.6441.57
Hex52825B2501E3183172a
Octal12220213345036612032752
Binary10100101000001010110111001010111101100011000001110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52825B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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