#505947

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

Shades of Cabbage Pont #505947

Tints of Cabbage Pont #505947

Color information

#505947 (or 0x505947) is unknown color: approx Cabbage Pont. HEX triplet: 50, 59 and 47. RGB value is (80,89,71). Sum of RGB (Red+Green+Blue) = 80+89+71=240 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.33% from 240); Green value is 89 (35.16% from 255 or 37.08% from 240); Blue value is 71 (28.12% from 255 or 29.58% from 240); Max value from RGB is 89 - color contains mainly: green. Hex color #505947 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505947 is #AFA6B8. Grayscale: #545454. Windows color (decimal): -11511481 or 4675920. OLE color: 4675920.

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

Color convert

RGB808971-
CMYK0.1000.200.65
HSL90º11.25%31.37%-
HSV(B)90º20.22%34.9%-
XYZ8.029.317.33-
YUV84.26120.52124.96-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 33.33%
GREEN value IS 89 (35.16% from 255) = 37.08%
BLUE value IS 71 (28.12% from 255) = 29.58%
R=33.33%
G=37.08%
B=29.58%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8089710.1000.200.659011.2531.37
Hex505947A014415ab1f
Octal120131107120241011321337
Binary101000010110011000111101001010010000011011010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505947; }

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

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

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

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

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

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

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

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