#505437

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

Shades of Kelp #505437

Tints of Kelp #505437

Color information

#505437 (or 0x505437) is unknown color: approx Kelp. HEX triplet: 50, 54 and 37. RGB value is (80,84,55). Sum of RGB (Red+Green+Blue) = 80+84+55=219 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.53% from 219); Green value is 84 (33.20% from 255 or 38.36% from 219); Blue value is 55 (21.88% from 255 or 25.11% from 219); Max value from RGB is 84 - color contains mainly: green. Hex color #505437 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505437 is #AFABC8. Grayscale: #4F4F4F. Windows color (decimal): -11512777 or 3626064. OLE color: 3626064.

HSL color Cylindrical-coordinate representation of color #505437: hue angle of 68.28º 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 #505437 is Cyan = 0.05, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.67.

Color convert

RGB808455-
CMYK0.0500.350.67
HSL68.28º20.86%27.25%-
HSV(B)68.28º34.52%32.94%-
XYZ7.178.324.84-
YUV79.5114.17128.36-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 36.53%
GREEN value IS 84 (33.20% from 255) = 38.36%
BLUE value IS 55 (21.88% from 255) = 25.11%
R=36.53%
G=38.36%
B=25.11%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8084550.0500.350.6768.2820.8627.25
Hex50543750234344151b
Octal1201246750431031042533
Binary101000010101001101111010100011100001110001001010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505437

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505437; }

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

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

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

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

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

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

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

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