#50533B

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

Shades of Kelp #50533B

Tints of Kelp #50533B

Color information

#50533B (or 0x50533B) is unknown color: approx Kelp. HEX triplet: 50, 53 and 3B. RGB value is (80,83,59). Sum of RGB (Red+Green+Blue) = 80+83+59=222 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.04% from 222); Green value is 83 (32.81% from 255 or 37.39% from 222); Blue value is 59 (23.44% from 255 or 26.58% from 222); Max value from RGB is 83 - color contains mainly: green. Hex color #50533B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50533B is #AFACC4. Grayscale: #4F4F4F. Windows color (decimal): -11513029 or 3887952. OLE color: 3887952.

HSL color Cylindrical-coordinate representation of color #50533B: hue angle of 67.5º degrees, saturation: 0.17, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #50533B is Cyan = 0.04, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.67.

Color convert

RGB808359-
CMYK0.0400.290.67
HSL67.5º16.9%27.84%-
HSV(B)67.5º28.92%32.55%-
XYZ7.198.215.34-
YUV79.37116.51128.45-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 36.04%
GREEN value IS 83 (32.81% from 255) = 37.39%
BLUE value IS 59 (23.44% from 255) = 26.58%
R=36.04%
G=37.39%
B=26.58%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8083590.0400.290.6767.516.927.84
Hex50533B401D4344111c
Octal1201237340351031042134
Binary10100001010011111011100011101100001110001001000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50533B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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