#50513E

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

Shades of Kelp #50513E

Tints of Kelp #50513E

Color information

#50513E (or 0x50513E) is unknown color: approx Kelp. HEX triplet: 50, 51 and 3E. RGB value is (80,81,62). Sum of RGB (Red+Green+Blue) = 80+81+62=223 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.87% from 223); Green value is 81 (32.03% from 255 or 36.32% from 223); Blue value is 62 (24.61% from 255 or 27.80% from 223); Max value from RGB is 81 - color contains mainly: green. Hex color #50513E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50513E is #AFAEC1. Grayscale: #4E4E4E. Windows color (decimal): -11513538 or 4084048. OLE color: 4084048.

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

Color convert

RGB808162-
CMYK0.0100.230.68
HSL63.16º13.29%28.04%-
HSV(B)63.16º23.46%31.76%-
XYZ7.127.945.71-
YUV78.54118.67129.04-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 35.87%
GREEN value IS 81 (32.03% from 255) = 36.32%
BLUE value IS 62 (24.61% from 255) = 27.80%
R=35.87%
G=36.32%
B=27.80%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8081620.0100.230.6863.1613.2928.04
Hex50513E1017443fd1c
Octal120121761027104771534
Binary1010000101000111111010101111000100111111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50513E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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