#50533F

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

Shades of Kelp #50533F

Tints of Kelp #50533F

Color information

#50533F (or 0x50533F) is unknown color: approx Kelp. HEX triplet: 50, 53 and 3F. RGB value is (80,83,63). Sum of RGB (Red+Green+Blue) = 80+83+63=226 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.40% from 226); Green value is 83 (32.81% from 255 or 36.73% from 226); Blue value is 63 (25% from 255 or 27.88% from 226); Max value from RGB is 83 - color contains mainly: green. Hex color #50533F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50533F is #AFACC0. Grayscale: #4F4F4F. Windows color (decimal): -11513025 or 4150096. OLE color: 4150096.

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

Color convert

RGB808363-
CMYK0.0400.240.67
HSL69º13.7%28.63%-
HSV(B)69º24.1%32.55%-
XYZ7.38.255.91-
YUV79.82118.51128.13-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 35.40%
GREEN value IS 83 (32.81% from 255) = 36.73%
BLUE value IS 63 (25% from 255) = 27.88%
R=35.40%
G=36.73%
B=27.88%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8083630.0400.240.676913.728.63
Hex50533F40184345e1d
Octal1201237740301031051635
Binary1010000101001111111110001100010000111000101111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50533F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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