#50553F

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

Shades of Kelp #50553F

Tints of Kelp #50553F

Color information

#50553F (or 0x50553F) is unknown color: approx Kelp. HEX triplet: 50, 55 and 3F. RGB value is (80,85,63). Sum of RGB (Red+Green+Blue) = 80+85+63=228 (30% of max value = 765). Red value is 80 (31.64% from 255 or 35.09% from 228); Green value is 85 (33.59% from 255 or 37.28% from 228); Blue value is 63 (25% from 255 or 27.63% from 228); Max value from RGB is 85 - color contains mainly: green. Hex color #50553F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50553F is #AFAAC0. Grayscale: #515151. Windows color (decimal): -11512513 or 4150608. OLE color: 4150608.

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

Color convert

RGB808563-
CMYK0.0600.260.67
HSL73.64º14.86%29.02%-
HSV(B)73.64º25.88%33.33%-
XYZ7.458.565.96-
YUV81117.84127.29-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 35.09%
GREEN value IS 85 (33.59% from 255) = 37.28%
BLUE value IS 63 (25% from 255) = 27.63%
R=35.09%
G=37.28%
B=27.63%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8085630.0600.260.6773.6414.8629.02
Hex50553F601A434af1d
Octal1201257760321031121735
Binary1010000101010111111111001101010000111001010111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50553F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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