#505A48

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

Shades of Cabbage Pont #505A48

Tints of Cabbage Pont #505A48

Color information

#505A48 (or 0x505A48) is unknown color: approx Cabbage Pont. HEX triplet: 50, 5A and 48. RGB value is (80,90,72). Sum of RGB (Red+Green+Blue) = 80+90+72=242 (32% of max value = 765). Red value is 80 (31.64% from 255 or 33.06% from 242); Green value is 90 (35.55% from 255 or 37.19% from 242); Blue value is 72 (28.52% from 255 or 29.75% from 242); Max value from RGB is 90 - color contains mainly: green. Hex color #505A48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505A48 is #AFA5B7. Grayscale: #555555. Windows color (decimal): -11511224 or 4741712. OLE color: 4741712.

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

Color convert

RGB809072-
CMYK0.1100.200.65
HSL93.33º11.11%31.76%-
HSV(B)93.33º20%35.29%-
XYZ8.139.497.53-
YUV84.96120.69124.46-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 33.06%
GREEN value IS 90 (35.55% from 255) = 37.19%
BLUE value IS 72 (28.52% from 255) = 29.75%
R=33.06%
G=37.19%
B=29.75%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8090720.1100.200.6593.3311.1131.76
Hex505A48B014415db20
Octal120132110130241011351340
Binary1010000101101010010001011010100100000110111011011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505A48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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