#52564F

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

Shades of Cabbage Pont #52564F

Tints of Cabbage Pont #52564F

Color information

#52564F (or 0x52564F) is unknown color: approx Cabbage Pont. HEX triplet: 52, 56 and 4F. RGB value is (82,86,79). Sum of RGB (Red+Green+Blue) = 82+86+79=247 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.20% from 247); Green value is 86 (33.98% from 255 or 34.82% from 247); Blue value is 79 (31.25% from 255 or 31.98% from 247); Max value from RGB is 86 - color contains mainly: green. Hex color #52564F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52564F is #ADA9B0. Grayscale: #545454. Windows color (decimal): -11381169 or 5199442. OLE color: 5199442.

HSL color Cylindrical-coordinate representation of color #52564F: hue angle of 94.29º degrees, saturation: 0.04, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #52564F is Cyan = 0.05, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.66.

Color convert

RGB828679-
CMYK0.0500.080.66
HSL94.29º4.24%32.35%-
HSV(B)94.29º8.14%33.73%-
XYZ8.229.018.7-
YUV84.01125.17126.57-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 33.20%
GREEN value IS 86 (33.98% from 255) = 34.82%
BLUE value IS 79 (31.25% from 255) = 31.98%
R=33.20%
G=34.82%
B=31.98%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8286790.0500.080.6694.294.2432.35
Hex52564F508425e420
Octal1221261175010102136440
Binary1010010101011010011111010100010000101011110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52564F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52564F; }

 p { color: rgb(82,86,79); }

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

<style>
 a { background-color: #52564F; }

 a { background-color: rgb(82,86,79); }

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

<style>
 span { border-color: #52564F; }

 span { border-color: rgb(82,86,79); }

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