#505B45

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

Shades of Cabbage Pont #505B45

Tints of Cabbage Pont #505B45

Color information

#505B45 (or 0x505B45) is unknown color: approx Cabbage Pont. HEX triplet: 50, 5B and 45. RGB value is (80,91,69). Sum of RGB (Red+Green+Blue) = 80+91+69=240 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.33% from 240); Green value is 91 (35.94% from 255 or 37.92% from 240); Blue value is 69 (27.34% from 255 or 28.75% from 240); Max value from RGB is 91 - color contains mainly: green. Hex color #505B45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505B45 is #AFA4BA. Grayscale: #555555. Windows color (decimal): -11510971 or 4545360. OLE color: 4545360.

HSL color Cylindrical-coordinate representation of color #505B45: hue angle of 90º degrees, saturation: 0.14, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #505B45 is Cyan = 0.12, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.64.

Color convert

RGB809169-
CMYK0.1200.240.64
HSL90º13.75%31.37%-
HSV(B)90º24.18%35.69%-
XYZ8.129.627.06-
YUV85.2118.86124.29-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 33.33%
GREEN value IS 91 (35.94% from 255) = 37.92%
BLUE value IS 69 (27.34% from 255) = 28.75%
R=33.33%
G=37.92%
B=28.75%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8091690.1200.240.649013.7531.37
Hex505B45C018405ae1f
Octal120133105140301001321637
Binary101000010110111000101110001100010000001011010111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,91,69); }

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

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

 a { background-color: rgb(80,91,69); }

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

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

 span { border-color: rgb(80,91,69); }

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