#505343

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

Shades of Kelp #505343

Tints of Kelp #505343

Color information

#505343 (or 0x505343) is unknown color: approx Kelp. HEX triplet: 50, 53 and 43. RGB value is (80,83,67). Sum of RGB (Red+Green+Blue) = 80+83+67=230 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.78% from 230); Green value is 83 (32.81% from 255 or 36.09% from 230); Blue value is 67 (26.56% from 255 or 29.13% from 230); Max value from RGB is 83 - color contains mainly: green. Hex color #505343 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505343 is #AFACBC. Grayscale: #505050. Windows color (decimal): -11513021 or 4412240. OLE color: 4412240.

HSL color Cylindrical-coordinate representation of color #505343: hue angle of 71.25º degrees, saturation: 0.11, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #505343 is Cyan = 0.04, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.67.

Color convert

RGB808367-
CMYK0.0400.190.67
HSL71.25º10.67%29.41%-
HSV(B)71.25º19.28%32.55%-
XYZ7.418.36.52-
YUV80.28120.51127.8-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 34.78%
GREEN value IS 83 (32.81% from 255) = 36.09%
BLUE value IS 67 (26.56% from 255) = 29.13%
R=34.78%
G=36.09%
B=29.13%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8083670.0400.190.6771.2510.6729.41
Hex50534340134347b1d
Octal12012310340231031071335
Binary10100001010011100001110001001110000111000111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505343

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505343; }

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

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

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

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

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

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

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

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