#50553E

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

Shades of Kelp #50553E

Tints of Kelp #50553E

Color information

#50553E (or 0x50553E) is unknown color: approx Kelp. HEX triplet: 50, 55 and 3E. RGB value is (80,85,62). Sum of RGB (Red+Green+Blue) = 80+85+62=227 (30% of max value = 765). Red value is 80 (31.64% from 255 or 35.24% from 227); Green value is 85 (33.59% from 255 or 37.44% from 227); Blue value is 62 (24.61% from 255 or 27.31% from 227); Max value from RGB is 85 - color contains mainly: green. Hex color #50553E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50553E is #AFAAC1. Grayscale: #505050. Windows color (decimal): -11512514 or 4085072. OLE color: 4085072.

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

Color convert

RGB808562-
CMYK0.0600.270.67
HSL73.04º15.65%28.82%-
HSV(B)73.04º27.06%33.33%-
XYZ7.438.555.82-
YUV80.88117.34127.37-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 35.24%
GREEN value IS 85 (33.59% from 255) = 37.44%
BLUE value IS 62 (24.61% from 255) = 27.31%
R=35.24%
G=37.44%
B=27.31%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8085620.0600.270.6773.0415.6528.82
Hex50553E601B4349101d
Octal1201257660331031112035
Binary10100001010101111110110011011100001110010011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50553E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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