#505142

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

Shades of Kelp #505142

Tints of Kelp #505142

Color information

#505142 (or 0x505142) is unknown color: approx Kelp. HEX triplet: 50, 51 and 42. RGB value is (80,81,66). Sum of RGB (Red+Green+Blue) = 80+81+66=227 (30% of max value = 765). Red value is 80 (31.64% from 255 or 35.24% from 227); Green value is 81 (32.03% from 255 or 35.68% from 227); Blue value is 66 (26.17% from 255 or 29.07% from 227); Max value from RGB is 81 - color contains mainly: green. Hex color #505142 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505142 is #AFAEBD. Grayscale: #4F4F4F. Windows color (decimal): -11513534 or 4346192. OLE color: 4346192.

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

Color convert

RGB808166-
CMYK0.0100.190.68
HSL64º10.2%28.82%-
HSV(B)64º18.52%31.76%-
XYZ7.237.986.31-
YUV78.99120.67128.72-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 35.24%
GREEN value IS 81 (32.03% from 255) = 35.68%
BLUE value IS 66 (26.17% from 255) = 29.07%
R=35.24%
G=35.68%
B=29.07%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8081660.0100.190.686410.228.82
Hex50514210134440a1d
Octal12012110210231041001235
Binary101000010100011000010101001110001001000000101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505142; }

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

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

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

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

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

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

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

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