#50553C

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

Shades of Kelp #50553C

Tints of Kelp #50553C

Color information

#50553C (or 0x50553C) is unknown color: approx Kelp. HEX triplet: 50, 55 and 3C. RGB value is (80,85,60). Sum of RGB (Red+Green+Blue) = 80+85+60=225 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.56% from 225); Green value is 85 (33.59% from 255 or 37.78% from 225); Blue value is 60 (23.83% from 255 or 26.67% from 225); Max value from RGB is 85 - color contains mainly: green. Hex color #50553C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50553C is #AFAAC3. Grayscale: #505050. Windows color (decimal): -11512516 or 3954000. OLE color: 3954000.

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

Color convert

RGB808560-
CMYK0.0600.290.67
HSL72º17.24%28.43%-
HSV(B)72º29.41%33.33%-
XYZ7.378.535.53-
YUV80.66116.34127.53-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 35.56%
GREEN value IS 85 (33.59% from 255) = 37.78%
BLUE value IS 60 (23.83% from 255) = 26.67%
R=35.56%
G=37.78%
B=26.67%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8085600.0600.290.677217.2428.43
Hex50553C601D4348111c
Octal1201257460351031102134
Binary10100001010101111100110011101100001110010001000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50553C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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