#505339

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

Shades of Kelp #505339

Tints of Kelp #505339

Color information

#505339 (or 0x505339) is unknown color: approx Kelp. HEX triplet: 50, 53 and 39. RGB value is (80,83,57). Sum of RGB (Red+Green+Blue) = 80+83+57=220 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.36% from 220); Green value is 83 (32.81% from 255 or 37.73% from 220); Blue value is 57 (22.66% from 255 or 25.91% from 220); Max value from RGB is 83 - color contains mainly: green. Hex color #505339 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505339 is #AFACC6. Grayscale: #4F4F4F. Windows color (decimal): -11513031 or 3756880. OLE color: 3756880.

HSL color Cylindrical-coordinate representation of color #505339: hue angle of 66.92º degrees, saturation: 0.19, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #505339 is Cyan = 0.04, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.67.

Color convert

RGB808357-
CMYK0.0400.310.67
HSL66.92º18.57%27.45%-
HSV(B)66.92º31.33%32.55%-
XYZ7.148.195.07-
YUV79.14115.51128.61-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 36.36%
GREEN value IS 83 (32.81% from 255) = 37.73%
BLUE value IS 57 (22.66% from 255) = 25.91%
R=36.36%
G=37.73%
B=25.91%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8083570.0400.310.6766.9218.5727.45
Hex505339401F4343131b
Octal1201237140371031032333
Binary10100001010011111001100011111100001110000111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505339

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505339; }

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

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

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

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

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

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

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

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