#52594D

Color #52594D Cabbage Pont (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cabbage Pont #52594D

Tints of Cabbage Pont #52594D

Color information

#52594D (or 0x52594D) is unknown color: approx Cabbage Pont. HEX triplet: 52, 59 and 4D. RGB value is (82,89,77). Sum of RGB (Red+Green+Blue) = 82+89+77=248 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.06% from 248); Green value is 89 (35.16% from 255 or 35.89% from 248); Blue value is 77 (30.47% from 255 or 31.05% from 248); Max value from RGB is 89 - color contains mainly: green. Hex color #52594D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52594D is #ADA6B2. Grayscale: #555555. Windows color (decimal): -11380403 or 5069138. OLE color: 5069138.

HSL color Cylindrical-coordinate representation of color #52594D: hue angle of 95º degrees, saturation: 0.07, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #52594D is Cyan = 0.08, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.65.

Color convert

RGB828977-
CMYK0.0800.130.65
HSL95º7.23%32.55%-
HSV(B)95º13.48%34.9%-
XYZ8.399.478.41-
YUV85.54123.18125.48-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 33.06%
GREEN value IS 89 (35.16% from 255) = 35.89%
BLUE value IS 77 (30.47% from 255) = 31.05%
R=33.06%
G=35.89%
B=31.05%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8289770.0800.130.65957.2332.55
Hex52594D80D415f721
Octal12213111510015101137741
Binary10100101011001100110110000110110000011011111111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52594D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52594D; }

 p { color: rgb(82,89,77); }

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

<style>
 a { background-color: #52594D; }

 a { background-color: rgb(82,89,77); }

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

<style>
 span { border-color: #52594D; }

 span { border-color: rgb(82,89,77); }

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