#51574D

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

Shades of Cabbage Pont #51574D

Tints of Cabbage Pont #51574D

Color information

#51574D (or 0x51574D) is unknown color: approx Cabbage Pont. HEX triplet: 51, 57 and 4D. RGB value is (81,87,77). Sum of RGB (Red+Green+Blue) = 81+87+77=245 (32% of max value = 765). Red value is 81 (32.03% from 255 or 33.06% from 245); Green value is 87 (34.38% from 255 or 35.51% from 245); Blue value is 77 (30.47% from 255 or 31.43% from 245); Max value from RGB is 87 - color contains mainly: green. Hex color #51574D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51574D is #AEA8B2. Grayscale: #545454. Windows color (decimal): -11446451 or 5068625. OLE color: 5068625.

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

Color convert

RGB818777-
CMYK0.0700.110.66
HSL96º6.1%32.16%-
HSV(B)96º11.49%34.12%-
XYZ8.149.18.35-
YUV84.07124.01125.81-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 33.06%
GREEN value IS 87 (34.38% from 255) = 35.51%
BLUE value IS 77 (30.47% from 255) = 31.43%
R=33.06%
G=35.51%
B=31.43%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8187770.0700.110.66966.132.16
Hex51574D70B4260620
Octal1211271157013102140640
Binary1010001101011110011011110101110000101100000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51574D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,87,77); }

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

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

 a { background-color: rgb(81,87,77); }

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

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

 span { border-color: rgb(81,87,77); }

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