#50573A

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

Shades of Kelp #50573A

Tints of Kelp #50573A

Color information

#50573A (or 0x50573A) is unknown color: approx Kelp. HEX triplet: 50, 57 and 3A. RGB value is (80,87,58). Sum of RGB (Red+Green+Blue) = 80+87+58=225 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.56% from 225); Green value is 87 (34.38% from 255 or 38.67% from 225); Blue value is 58 (23.05% from 255 or 25.78% from 225); Max value from RGB is 87 - color contains mainly: green. Hex color #50573A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50573A is #AFA8C5. Grayscale: #515151. Windows color (decimal): -11512006 or 3823440. OLE color: 3823440.

HSL color Cylindrical-coordinate representation of color #50573A: hue angle of 74.48º degrees, saturation: 0.2, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #50573A is Cyan = 0.08, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.66.

Color convert

RGB808758-
CMYK0.0800.330.66
HSL74.48º20%28.43%-
HSV(B)74.48º33.33%34.12%-
XYZ7.488.835.31-
YUV81.6114.68126.86-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 35.56%
GREEN value IS 87 (34.38% from 255) = 38.67%
BLUE value IS 58 (23.05% from 255) = 25.78%
R=35.56%
G=38.67%
B=25.78%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8087580.0800.330.6674.482028.43
Hex50573A8021424a141c
Octal12012772100411021122434
Binary1010000101011111101010000100001100001010010101010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50573A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50573A; }

 p { color: rgb(80,87,58); }

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

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

 a { background-color: rgb(80,87,58); }

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

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

 span { border-color: rgb(80,87,58); }

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