#51564C

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

Shades of Cabbage Pont #51564C

Tints of Cabbage Pont #51564C

Color information

#51564C (or 0x51564C) is unknown color: approx Cabbage Pont. HEX triplet: 51, 56 and 4C. RGB value is (81,86,76). Sum of RGB (Red+Green+Blue) = 81+86+76=243 (32% of max value = 765). Red value is 81 (32.03% from 255 or 33.33% from 243); Green value is 86 (33.98% from 255 or 35.39% from 243); Blue value is 76 (30.08% from 255 or 31.28% from 243); Max value from RGB is 86 - color contains mainly: green. Hex color #51564C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #51564C is #AEA9B3. Grayscale: #535353. Windows color (decimal): -11446708 or 5002833. OLE color: 5002833.

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

Color convert

RGB818676-
CMYK0.0600.120.66
HSL90º6.17%31.76%-
HSV(B)90º11.63%33.73%-
XYZ8.038.938.14-
YUV83.36123.84126.31-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 33.33%
GREEN value IS 86 (33.98% from 255) = 35.39%
BLUE value IS 76 (30.08% from 255) = 31.28%
R=33.33%
G=35.39%
B=31.28%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8186760.0600.120.66906.1731.76
Hex51564C60C425a620
Octal1211261146014102132640
Binary1010001101011010011001100110010000101011010110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51564C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51564C; }

 p { color: rgb(81,86,76); }

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

<style>
 a { background-color: #51564C; }

 a { background-color: rgb(81,86,76); }

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

<style>
 span { border-color: #51564C; }

 span { border-color: rgb(81,86,76); }

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