#505141

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

Shades of Kelp #505141

Tints of Kelp #505141

Color information

#505141 (or 0x505141) is unknown color: approx Kelp. HEX triplet: 50, 51 and 41. RGB value is (80,81,65). Sum of RGB (Red+Green+Blue) = 80+81+65=226 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.40% from 226); Green value is 81 (32.03% from 255 or 35.84% from 226); Blue value is 65 (25.78% from 255 or 28.76% from 226); Max value from RGB is 81 - color contains mainly: green. Hex color #505141 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505141 is #AFAEBE. Grayscale: #4E4E4E. Windows color (decimal): -11513535 or 4280656. OLE color: 4280656.

HSL color Cylindrical-coordinate representation of color #505141: hue angle of 63.75º degrees, saturation: 0.11, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #505141 is Cyan = 0.01, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.68.

Color convert

RGB808165-
CMYK0.0100.200.68
HSL63.75º10.96%28.63%-
HSV(B)63.75º19.75%31.76%-
XYZ7.27.976.16-
YUV78.88120.17128.8-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 35.40%
GREEN value IS 81 (32.03% from 255) = 35.84%
BLUE value IS 65 (25.78% from 255) = 28.76%
R=35.40%
G=35.84%
B=28.76%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8081650.0100.200.6863.7510.9628.63
Hex50514110144440b1d
Octal12012110110241041001335
Binary101000010100011000001101010010001001000000101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505141; }

 p { color: rgb(80,81,65); }

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

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

 a { background-color: rgb(80,81,65); }

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

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

 span { border-color: rgb(80,81,65); }

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