#50533A

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

Shades of Kelp #50533A

Tints of Kelp #50533A

Color information

#50533A (or 0x50533A) is unknown color: approx Kelp. HEX triplet: 50, 53 and 3A. RGB value is (80,83,58). Sum of RGB (Red+Green+Blue) = 80+83+58=221 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.20% from 221); Green value is 83 (32.81% from 255 or 37.56% from 221); Blue value is 58 (23.05% from 255 or 26.24% from 221); Max value from RGB is 83 - color contains mainly: green. Hex color #50533A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50533A is #AFACC5. Grayscale: #4F4F4F. Windows color (decimal): -11513030 or 3822416. OLE color: 3822416.

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

Color convert

RGB808358-
CMYK0.0400.300.67
HSL67.2º17.73%27.65%-
HSV(B)67.2º30.12%32.55%-
XYZ7.178.25.21-
YUV79.25116.01128.53-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 36.20%
GREEN value IS 83 (32.81% from 255) = 37.56%
BLUE value IS 58 (23.05% from 255) = 26.24%
R=36.20%
G=37.56%
B=26.24%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8083580.0400.300.6767.217.7327.65
Hex50533A401E4343121c
Octal1201237240361031032234
Binary10100001010011111010100011110100001110000111001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50533A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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