#50513F

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

Shades of Kelp #50513F

Tints of Kelp #50513F

Color information

#50513F (or 0x50513F) is unknown color: approx Kelp. HEX triplet: 50, 51 and 3F. RGB value is (80,81,63). Sum of RGB (Red+Green+Blue) = 80+81+63=224 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.71% from 224); Green value is 81 (32.03% from 255 or 36.16% from 224); Blue value is 63 (25% from 255 or 28.12% from 224); Max value from RGB is 81 - color contains mainly: green. Hex color #50513F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50513F is #AFAEC0. Grayscale: #4E4E4E. Windows color (decimal): -11513537 or 4149584. OLE color: 4149584.

HSL color Cylindrical-coordinate representation of color #50513F: hue angle of 63.33º degrees, saturation: 0.13, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #50513F is Cyan = 0.01, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.68.

Color convert

RGB808163-
CMYK0.0100.220.68
HSL63.33º12.5%28.24%-
HSV(B)63.33º22.22%31.76%-
XYZ7.157.955.86-
YUV78.65119.17128.96-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 35.71%
GREEN value IS 81 (32.03% from 255) = 36.16%
BLUE value IS 63 (25% from 255) = 28.12%
R=35.71%
G=36.16%
B=28.12%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8081630.0100.220.6863.3312.528.24
Hex50513F1016443fd1c
Octal120121771026104771534
Binary1010000101000111111110101101000100111111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50513F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50513F; }

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

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

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

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

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

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

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

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