#505336

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

Shades of Kelp #505336

Tints of Kelp #505336

Color information

#505336 (or 0x505336) is unknown color: approx Kelp. HEX triplet: 50, 53 and 36. RGB value is (80,83,54). Sum of RGB (Red+Green+Blue) = 80+83+54=217 (28% of max value = 765). Red value is 80 (31.64% from 255 or 36.87% from 217); Green value is 83 (32.81% from 255 or 38.25% from 217); Blue value is 54 (21.48% from 255 or 24.88% from 217); Max value from RGB is 83 - color contains mainly: green. Hex color #505336 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505336 is #AFACC9. Grayscale: #4E4E4E. Windows color (decimal): -11513034 or 3560272. OLE color: 3560272.

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

Color convert

RGB808354-
CMYK0.0400.350.67
HSL66.21º21.17%26.86%-
HSV(B)66.21º34.94%32.55%-
XYZ7.078.164.69-
YUV78.8114.01128.86-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 36.87%
GREEN value IS 83 (32.81% from 255) = 38.25%
BLUE value IS 54 (21.48% from 255) = 24.88%
R=36.87%
G=38.25%
B=24.88%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8083540.0400.350.6766.2121.1726.86
Hex50533640234342151b
Octal1201236640431031022533
Binary101000010100111101101000100011100001110000101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505336; }

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

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

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

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

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

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

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

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