#505536

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

Shades of Kelp #505536

Tints of Kelp #505536

Color information

#505536 (or 0x505536) is unknown color: approx Kelp. HEX triplet: 50, 55 and 36. RGB value is (80,85,54). Sum of RGB (Red+Green+Blue) = 80+85+54=219 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.53% from 219); Green value is 85 (33.59% from 255 or 38.81% from 219); Blue value is 54 (21.48% from 255 or 24.66% from 219); Max value from RGB is 85 - color contains mainly: green. Hex color #505536 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505536 is #AFAAC9. Grayscale: #505050. Windows color (decimal): -11512522 or 3560784. OLE color: 3560784.

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

Color convert

RGB808554-
CMYK0.0600.360.67
HSL69.68º22.3%27.25%-
HSV(B)69.68º36.47%33.33%-
XYZ7.228.474.74-
YUV79.97113.34128.02-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 36.53%
GREEN value IS 85 (33.59% from 255) = 38.81%
BLUE value IS 54 (21.48% from 255) = 24.66%
R=36.53%
G=38.81%
B=24.66%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8085540.0600.360.6769.6822.327.25
Hex50553660244346161b
Octal1201256660441031062633
Binary101000010101011101101100100100100001110001101011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505536; }

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

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

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

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

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

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

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

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