#51564B

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

Shades of Cabbage Pont #51564B

Tints of Cabbage Pont #51564B

Color information

#51564B (or 0x51564B) is unknown color: approx Cabbage Pont. HEX triplet: 51, 56 and 4B. RGB value is (81,86,75). Sum of RGB (Red+Green+Blue) = 81+86+75=242 (32% of max value = 765). Red value is 81 (32.03% from 255 or 33.47% from 242); Green value is 86 (33.98% from 255 or 35.54% from 242); Blue value is 75 (29.69% from 255 or 30.99% from 242); Max value from RGB is 86 - color contains mainly: green. Hex color #51564B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #51564B is #AEA9B4. Grayscale: #535353. Windows color (decimal): -11446709 or 4937297. OLE color: 4937297.

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

Color convert

RGB818675-
CMYK0.0600.130.66
HSL87.27º6.83%31.57%-
HSV(B)87.27º12.79%33.73%-
XYZ7.998.917.96-
YUV83.25123.34126.39-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 33.47%
GREEN value IS 86 (33.98% from 255) = 35.54%
BLUE value IS 75 (29.69% from 255) = 30.99%
R=33.47%
G=35.54%
B=30.99%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8186750.0600.130.6687.276.8331.57
Hex51564B60D4257720
Octal1211261136015102127740
Binary1010001101011010010111100110110000101010111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51564B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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