#505835

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

Shades of Kelp #505835

Tints of Kelp #505835

Color information

#505835 (or 0x505835) is unknown color: approx Kelp. HEX triplet: 50, 58 and 35. RGB value is (80,88,53). Sum of RGB (Red+Green+Blue) = 80+88+53=221 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.20% from 221); Green value is 88 (34.77% from 255 or 39.82% from 221); Blue value is 53 (21.09% from 255 or 23.98% from 221); Max value from RGB is 88 - color contains mainly: green. Hex color #505835 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505835 is #AFA7CA. Grayscale: #515151. Windows color (decimal): -11511755 or 3496016. OLE color: 3496016.

HSL color Cylindrical-coordinate representation of color #505835: hue angle of 73.71º degrees, saturation: 0.25, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #505835 is Cyan = 0.09, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.65.

Color convert

RGB808853-
CMYK0.0900.400.65
HSL73.71º24.82%27.65%-
HSV(B)73.71º39.77%34.51%-
XYZ7.448.944.7-
YUV81.62111.85126.85-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 36.20%
GREEN value IS 88 (34.77% from 255) = 39.82%
BLUE value IS 53 (21.09% from 255) = 23.98%
R=36.20%
G=39.82%
B=23.98%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8088530.0900.400.6573.7124.8227.65
Hex5058359028414a191c
Octal12013065110501011123134
Binary1010000101100011010110010101000100000110010101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505835; }

 p { color: rgb(80,88,53); }

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

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

 a { background-color: rgb(80,88,53); }

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

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

 span { border-color: rgb(80,88,53); }

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