#505143

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

Shades of Kelp #505143

Tints of Kelp #505143

Color information

#505143 (or 0x505143) is unknown color: approx Kelp. HEX triplet: 50, 51 and 43. RGB value is (80,81,67). Sum of RGB (Red+Green+Blue) = 80+81+67=228 (30% of max value = 765). Red value is 80 (31.64% from 255 or 35.09% from 228); Green value is 81 (32.03% from 255 or 35.53% from 228); Blue value is 67 (26.56% from 255 or 29.39% from 228); Max value from RGB is 81 - color contains mainly: green. Hex color #505143 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505143 is #AFAEBC. Grayscale: #4F4F4F. Windows color (decimal): -11513533 or 4411728. OLE color: 4411728.

HSL color Cylindrical-coordinate representation of color #505143: hue angle of 64.29º degrees, saturation: 0.09, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #505143 is Cyan = 0.01, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.68.

Color convert

RGB808167-
CMYK0.0100.170.68
HSL64.29º9.46%29.02%-
HSV(B)64.29º17.28%31.76%-
XYZ7.2686.47-
YUV79.1121.17128.64-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 35.09%
GREEN value IS 81 (32.03% from 255) = 35.53%
BLUE value IS 67 (26.56% from 255) = 29.39%
R=35.09%
G=35.53%
B=29.39%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8081670.0100.170.6864.299.4629.02
Hex5051431011444091d
Octal12012110310211041001135
Binary101000010100011000011101000110001001000000100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505143; }

 p { color: rgb(80,81,67); }

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

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

 a { background-color: rgb(80,81,67); }

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

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

 span { border-color: rgb(80,81,67); }

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