#52564E

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

Shades of Cabbage Pont #52564E

Tints of Cabbage Pont #52564E

Color information

#52564E (or 0x52564E) is unknown color: approx Cabbage Pont. HEX triplet: 52, 56 and 4E. RGB value is (82,86,78). Sum of RGB (Red+Green+Blue) = 82+86+78=246 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.33% from 246); Green value is 86 (33.98% from 255 or 34.96% from 246); Blue value is 78 (30.86% from 255 or 31.71% from 246); Max value from RGB is 86 - color contains mainly: green. Hex color #52564E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52564E is #ADA9B1. Grayscale: #535353. Windows color (decimal): -11381170 or 5133906. OLE color: 5133906.

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

Color convert

RGB828678-
CMYK0.0500.090.66
HSL90º4.88%32.16%-
HSV(B)90º9.3%33.73%-
XYZ8.1898.51-
YUV83.89124.67126.65-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 33.33%
GREEN value IS 86 (33.98% from 255) = 34.96%
BLUE value IS 78 (30.86% from 255) = 31.71%
R=33.33%
G=34.96%
B=31.71%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8286780.0500.090.66904.8832.16
Hex52564E509425a520
Octal1221261165011102132540
Binary1010010101011010011101010100110000101011010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52564E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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