#505B44

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

Shades of Cabbage Pont #505B44

Tints of Cabbage Pont #505B44

Color information

#505B44 (or 0x505B44) is unknown color: approx Cabbage Pont. HEX triplet: 50, 5B and 44. RGB value is (80,91,68). Sum of RGB (Red+Green+Blue) = 80+91+68=239 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.47% from 239); Green value is 91 (35.94% from 255 or 38.08% from 239); Blue value is 68 (26.95% from 255 or 28.45% from 239); Max value from RGB is 91 - color contains mainly: green. Hex color #505B44 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505B44 is #AFA4BB. Grayscale: #555555. Windows color (decimal): -11510972 or 4479824. OLE color: 4479824.

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

Color convert

RGB809168-
CMYK0.1200.250.64
HSL88.7º14.47%31.18%-
HSV(B)88.7º25.27%35.69%-
XYZ8.099.616.9-
YUV85.09118.36124.37-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 33.47%
GREEN value IS 91 (35.94% from 255) = 38.08%
BLUE value IS 68 (26.95% from 255) = 28.45%
R=33.47%
G=38.08%
B=28.45%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8091680.1200.250.6488.714.4731.18
Hex505B44C0194059e1f
Octal120133104140311001311637
Binary101000010110111000100110001100110000001011001111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505B44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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