#506044

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

Shades of Cabbage Pont #506044

Tints of Cabbage Pont #506044

Color information

#506044 (or 0x506044) is unknown color: approx Cabbage Pont. HEX triplet: 50, 60 and 44. RGB value is (80,96,68). Sum of RGB (Red+Green+Blue) = 80+96+68=244 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.79% from 244); Green value is 96 (37.89% from 255 or 39.34% from 244); Blue value is 68 (26.95% from 255 or 27.87% from 244); Max value from RGB is 96 - color contains mainly: green. Hex color #506044 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506044 is #AF9FBB. Grayscale: #585858. Windows color (decimal): -11509692 or 4481104. OLE color: 4481104.

HSL color Cylindrical-coordinate representation of color #506044: hue angle of 94.29º degrees, saturation: 0.17, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #506044 is Cyan = 0.17, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.62.

Color convert

RGB809668-
CMYK0.1700.290.62
HSL94.29º17.07%32.16%-
HSV(B)94.29º29.17%37.65%-
XYZ8.5310.497.04-
YUV88.02116.7122.28-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 32.79%
GREEN value IS 96 (37.89% from 255) = 39.34%
BLUE value IS 68 (26.95% from 255) = 27.87%
R=32.79%
G=39.34%
B=27.87%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8096680.1700.290.6294.2917.0732.16
Hex5060441101D3E5e1120
Octal12014010421035761362140
Binary10100001100000100010010001011101111110101111010001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506044; }

 p { color: rgb(80,96,68); }

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

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

 a { background-color: rgb(80,96,68); }

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

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

 span { border-color: rgb(80,96,68); }

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