#52815B

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

Shades of Como #52815B

Tints of Como #52815B

Color information

#52815B (or 0x52815B) is unknown color: approx Como. HEX triplet: 52, 81 and 5B. RGB value is (82,129,91). Sum of RGB (Red+Green+Blue) = 82+129+91=302 (40% of max value = 765). Red value is 82 (32.42% from 255 or 27.15% from 302); Green value is 129 (50.78% from 255 or 42.72% from 302); Blue value is 91 (35.94% from 255 or 30.13% from 302); Max value from RGB is 129 - color contains mainly: green. Hex color #52815B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52815B is #AD7EA4. Grayscale: #6E6E6E. Windows color (decimal): -11370149 or 5996882. OLE color: 5996882.

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

Color convert

RGB8212991-
CMYK0.3600.290.49
HSL131.49º22.27%41.37%-
HSV(B)131.49º36.43%50.59%-
XYZ13.2218.2512.72-
YUV110.62116.93107.59-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.15%
GREEN value IS 129 (50.78% from 255) = 42.72%
BLUE value IS 91 (35.94% from 255) = 30.13%
R=27.15%
G=42.72%
B=30.13%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal82129910.3600.290.49131.4922.2741.37
Hex52815B2401D31831629
Octal12220113344035612032651
Binary10100101000000110110111001000111011100011000001110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52815B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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