#505945

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

Shades of Cabbage Pont #505945

Tints of Cabbage Pont #505945

Color information

#505945 (or 0x505945) is unknown color: approx Cabbage Pont. HEX triplet: 50, 59 and 45. RGB value is (80,89,69). Sum of RGB (Red+Green+Blue) = 80+89+69=238 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.61% from 238); Green value is 89 (35.16% from 255 or 37.39% from 238); Blue value is 69 (27.34% from 255 or 28.99% from 238); Max value from RGB is 89 - color contains mainly: green. Hex color #505945 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505945 is #AFA6BA. Grayscale: #545454. Windows color (decimal): -11511483 or 4544848. OLE color: 4544848.

HSL color Cylindrical-coordinate representation of color #505945: hue angle of 87º degrees, saturation: 0.13, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #505945 is Cyan = 0.10, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.65.

Color convert

RGB808969-
CMYK0.1000.220.65
HSL87º12.66%30.98%-
HSV(B)87º22.47%34.9%-
XYZ7.959.287-
YUV84.03119.52125.13-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 33.61%
GREEN value IS 89 (35.16% from 255) = 37.39%
BLUE value IS 69 (27.34% from 255) = 28.99%
R=33.61%
G=37.39%
B=28.99%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8089690.1000.220.658712.6630.98
Hex505945A0164157d1f
Octal120131105120261011271537
Binary101000010110011000101101001011010000011010111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505945; }

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

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

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

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

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

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

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

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