#505948

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

Shades of Cabbage Pont #505948

Tints of Cabbage Pont #505948

Color information

#505948 (or 0x505948) is unknown color: approx Cabbage Pont. HEX triplet: 50, 59 and 48. RGB value is (80,89,72). Sum of RGB (Red+Green+Blue) = 80+89+72=241 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.20% from 241); Green value is 89 (35.16% from 255 or 36.93% from 241); Blue value is 72 (28.52% from 255 or 29.88% from 241); Max value from RGB is 89 - color contains mainly: green. Hex color #505948 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505948 is #AFA6B7. Grayscale: #545454. Windows color (decimal): -11511480 or 4741456. OLE color: 4741456.

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

Color convert

RGB808972-
CMYK0.1000.190.65
HSL91.76º10.56%31.57%-
HSV(B)91.76º19.1%34.9%-
XYZ8.059.327.51-
YUV84.37121.02124.88-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 33.20%
GREEN value IS 89 (35.16% from 255) = 36.93%
BLUE value IS 72 (28.52% from 255) = 29.88%
R=33.20%
G=36.93%
B=29.88%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8089720.1000.190.6591.7610.5631.57
Hex505948A013415cb20
Octal120131110120231011341340
Binary1010000101100110010001010010011100000110111001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505948; }

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

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

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

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

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

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

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

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