#50553D

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

Shades of Kelp #50553D

Tints of Kelp #50553D

Color information

#50553D (or 0x50553D) is unknown color: approx Kelp. HEX triplet: 50, 55 and 3D. RGB value is (80,85,61). Sum of RGB (Red+Green+Blue) = 80+85+61=226 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.40% from 226); Green value is 85 (33.59% from 255 or 37.61% from 226); Blue value is 61 (24.22% from 255 or 26.99% from 226); Max value from RGB is 85 - color contains mainly: green. Hex color #50553D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50553D is #AFAAC2. Grayscale: #505050. Windows color (decimal): -11512515 or 4019536. OLE color: 4019536.

HSL color Cylindrical-coordinate representation of color #50553D: hue angle of 72.5º degrees, saturation: 0.16, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #50553D is Cyan = 0.06, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.67.

Color convert

RGB808561-
CMYK0.0600.280.67
HSL72.5º16.44%28.63%-
HSV(B)72.5º28.24%33.33%-
XYZ7.48.545.67-
YUV80.77116.84127.45-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 35.40%
GREEN value IS 85 (33.59% from 255) = 37.61%
BLUE value IS 61 (24.22% from 255) = 26.99%
R=35.40%
G=37.61%
B=26.99%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8085610.0600.280.6772.516.4428.63
Hex50553D601C4348101d
Octal1201257560341031102035
Binary10100001010101111101110011100100001110010001000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50553D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50553D; }

 p { color: rgb(80,85,61); }

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

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

 a { background-color: rgb(80,85,61); }

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

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

 span { border-color: rgb(80,85,61); }

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