#51574C

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

Shades of Cabbage Pont #51574C

Tints of Cabbage Pont #51574C

Color information

#51574C (or 0x51574C) is unknown color: approx Cabbage Pont. HEX triplet: 51, 57 and 4C. RGB value is (81,87,76). Sum of RGB (Red+Green+Blue) = 81+87+76=244 (32% of max value = 765). Red value is 81 (32.03% from 255 or 33.20% from 244); Green value is 87 (34.38% from 255 or 35.66% from 244); Blue value is 76 (30.08% from 255 or 31.15% from 244); Max value from RGB is 87 - color contains mainly: green. Hex color #51574C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #51574C is #AEA8B3. Grayscale: #535353. Windows color (decimal): -11446452 or 5003089. OLE color: 5003089.

HSL color Cylindrical-coordinate representation of color #51574C: hue angle of 92.73º 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 #51574C is Cyan = 0.07, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.66.

Color convert

RGB818776-
CMYK0.0700.130.66
HSL92.73º6.75%31.96%-
HSV(B)92.73º12.64%34.12%-
XYZ8.119.098.16-
YUV83.95123.51125.89-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 33.20%
GREEN value IS 87 (34.38% from 255) = 35.66%
BLUE value IS 76 (30.08% from 255) = 31.15%
R=33.20%
G=35.66%
B=31.15%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8187760.0700.130.6692.736.7531.96
Hex51574C70D425d720
Octal1211271147015102135740
Binary1010001101011110011001110110110000101011101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51574C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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