#50523B

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

Shades of Kelp #50523B

Tints of Kelp #50523B

Color information

#50523B (or 0x50523B) is unknown color: approx Kelp. HEX triplet: 50, 52 and 3B. RGB value is (80,82,59). Sum of RGB (Red+Green+Blue) = 80+82+59=221 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.20% from 221); Green value is 82 (32.42% from 255 or 37.10% from 221); Blue value is 59 (23.44% from 255 or 26.70% from 221); Max value from RGB is 82 - color contains mainly: green. Hex color #50523B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50523B is #AFADC4. Grayscale: #4E4E4E. Windows color (decimal): -11513285 or 3887696. OLE color: 3887696.

HSL color Cylindrical-coordinate representation of color #50523B: hue angle of 65.22º degrees, saturation: 0.16, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #50523B is Cyan = 0.02, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.68.

Color convert

RGB808259-
CMYK0.0200.280.68
HSL65.22º16.31%27.65%-
HSV(B)65.22º28.05%32.16%-
XYZ7.118.065.32-
YUV78.78116.84128.87-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 36.20%
GREEN value IS 82 (32.42% from 255) = 37.10%
BLUE value IS 59 (23.44% from 255) = 26.70%
R=36.20%
G=37.10%
B=26.70%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8082590.0200.280.6865.2216.3127.65
Hex50523B201C4441101c
Octal1201227320341041012034
Binary1010000101001011101110011100100010010000011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50523B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50523B; }

 p { color: rgb(80,82,59); }

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

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

 a { background-color: rgb(80,82,59); }

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

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

 span { border-color: rgb(80,82,59); }

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