#505636

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

Shades of Kelp #505636

Tints of Kelp #505636

Color information

#505636 (or 0x505636) is unknown color: approx Kelp. HEX triplet: 50, 56 and 36. RGB value is (80,86,54). Sum of RGB (Red+Green+Blue) = 80+86+54=220 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.36% from 220); Green value is 86 (33.98% from 255 or 39.09% from 220); Blue value is 54 (21.48% from 255 or 24.55% from 220); Max value from RGB is 86 - color contains mainly: green. Hex color #505636 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505636 is #AFA9C9. Grayscale: #505050. Windows color (decimal): -11512266 or 3561040. OLE color: 3561040.

HSL color Cylindrical-coordinate representation of color #505636: hue angle of 71.25º degrees, saturation: 0.23, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #505636 is Cyan = 0.07, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.66.

Color convert

RGB808654-
CMYK0.0700.370.66
HSL71.25º22.86%27.45%-
HSV(B)71.25º37.21%33.73%-
XYZ7.38.634.77-
YUV80.56113.01127.6-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 36.36%
GREEN value IS 86 (33.98% from 255) = 39.09%
BLUE value IS 54 (21.48% from 255) = 24.55%
R=36.36%
G=39.09%
B=24.55%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8086540.0700.370.6671.2522.8627.45
Hex50563670254247171b
Octal1201266670451021072733
Binary101000010101101101101110100101100001010001111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505636

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505636; }

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

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

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

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

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

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

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

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