#505837

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

Shades of Kelp #505837

Tints of Kelp #505837

Color information

#505837 (or 0x505837) is unknown color: approx Kelp. HEX triplet: 50, 58 and 37. RGB value is (80,88,55). Sum of RGB (Red+Green+Blue) = 80+88+55=223 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.87% from 223); Green value is 88 (34.77% from 255 or 39.46% from 223); Blue value is 55 (21.88% from 255 or 24.66% from 223); Max value from RGB is 88 - color contains mainly: green. Hex color #505837 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505837 is #AFA7C8. Grayscale: #515151. Windows color (decimal): -11511753 or 3627088. OLE color: 3627088.

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

Color convert

RGB808855-
CMYK0.0900.380.65
HSL74.55º23.08%28.04%-
HSV(B)74.55º37.5%34.51%-
XYZ7.498.964.95-
YUV81.85112.85126.68-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 35.87%
GREEN value IS 88 (34.77% from 255) = 39.46%
BLUE value IS 55 (21.88% from 255) = 24.66%
R=35.87%
G=39.46%
B=24.66%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8088550.0900.380.6574.5523.0828.04
Hex5058379026414b171c
Octal12013067110461011132734
Binary1010000101100011011110010100110100000110010111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505837

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505837; }

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

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

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

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

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

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

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

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