#505A47

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

Shades of Cabbage Pont #505A47

Tints of Cabbage Pont #505A47

Color information

#505A47 (or 0x505A47) is unknown color: approx Cabbage Pont. HEX triplet: 50, 5A and 47. RGB value is (80,90,71). Sum of RGB (Red+Green+Blue) = 80+90+71=241 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.20% from 241); Green value is 90 (35.55% from 255 or 37.34% from 241); Blue value is 71 (28.12% from 255 or 29.46% from 241); Max value from RGB is 90 - color contains mainly: green. Hex color #505A47 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505A47 is #AFA5B8. Grayscale: #545454. Windows color (decimal): -11511225 or 4676176. OLE color: 4676176.

HSL color Cylindrical-coordinate representation of color #505A47: hue angle of 91.58º degrees, saturation: 0.12, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #505A47 is Cyan = 0.11, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.65.

Color convert

RGB809071-
CMYK0.1100.210.65
HSL91.58º11.8%31.57%-
HSV(B)91.58º21.11%35.29%-
XYZ8.19.477.36-
YUV84.84120.19124.54-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 33.20%
GREEN value IS 90 (35.55% from 255) = 37.34%
BLUE value IS 71 (28.12% from 255) = 29.46%
R=33.20%
G=37.34%
B=29.46%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8090710.1100.210.6591.5811.831.57
Hex505A47B015415cc20
Octal120132107130251011341440
Binary1010000101101010001111011010101100000110111001100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505A47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505A47; }

 p { color: rgb(80,90,71); }

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

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

 a { background-color: rgb(80,90,71); }

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

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

 span { border-color: rgb(80,90,71); }

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