#51594B

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

Shades of Cabbage Pont #51594B

Tints of Cabbage Pont #51594B

Color information

#51594B (or 0x51594B) is unknown color: approx Cabbage Pont. HEX triplet: 51, 59 and 4B. RGB value is (81,89,75). Sum of RGB (Red+Green+Blue) = 81+89+75=245 (32% of max value = 765). Red value is 81 (32.03% from 255 or 33.06% from 245); Green value is 89 (35.16% from 255 or 36.33% from 245); Blue value is 75 (29.69% from 255 or 30.61% from 245); Max value from RGB is 89 - color contains mainly: green. Hex color #51594B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #51594B is #AEA6B4. Grayscale: #555555. Windows color (decimal): -11445941 or 4938065. OLE color: 4938065.

HSL color Cylindrical-coordinate representation of color #51594B: hue angle of 94.29º degrees, saturation: 0.09, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #51594B is Cyan = 0.09, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.65.

Color convert

RGB818975-
CMYK0.0900.160.65
HSL94.29º8.54%32.16%-
HSV(B)94.29º15.73%34.9%-
XYZ8.249.48.04-
YUV85.01122.35125.14-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 33.06%
GREEN value IS 89 (35.16% from 255) = 36.33%
BLUE value IS 75 (29.69% from 255) = 30.61%
R=33.06%
G=36.33%
B=30.61%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8189750.0900.160.6594.298.5432.16
Hex51594B9010415e920
Octal121131113110201011361140
Binary1010001101100110010111001010000100000110111101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51594B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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