#505846

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

Shades of Cabbage Pont #505846

Tints of Cabbage Pont #505846

Color information

#505846 (or 0x505846) is unknown color: approx Cabbage Pont. HEX triplet: 50, 58 and 46. RGB value is (80,88,70). Sum of RGB (Red+Green+Blue) = 80+88+70=238 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.61% from 238); Green value is 88 (34.77% from 255 or 36.97% from 238); Blue value is 70 (27.73% from 255 or 29.41% from 238); Max value from RGB is 88 - color contains mainly: green. Hex color #505846 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505846 is #AFA7B9. Grayscale: #535353. Windows color (decimal): -11511738 or 4610128. OLE color: 4610128.

HSL color Cylindrical-coordinate representation of color #505846: hue angle of 86.67º 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 #505846 is Cyan = 0.09, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.65.

Color convert

RGB808870-
CMYK0.0900.200.65
HSL86.67º11.39%30.98%-
HSV(B)86.67º20.45%34.51%-
XYZ7.99.137.14-
YUV83.56120.35125.46-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 33.61%
GREEN value IS 88 (34.77% from 255) = 36.97%
BLUE value IS 70 (27.73% from 255) = 29.41%
R=33.61%
G=36.97%
B=29.41%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8088700.0900.200.6586.6711.3930.98
Hex50584690144157b1f
Octal120130106110241011271337
Binary101000010110001000110100101010010000011010111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505846

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505846; }

 p { color: rgb(80,88,70); }

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

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

 a { background-color: rgb(80,88,70); }

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

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

 span { border-color: rgb(80,88,70); }

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