#50635F

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

Shades of Stromboli #50635F

Tints of Stromboli #50635F

Color information

#50635F (or 0x50635F) is unknown color: approx Stromboli. HEX triplet: 50, 63 and 5F. RGB value is (80,99,95). Sum of RGB (Red+Green+Blue) = 80+99+95=274 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.20% from 274); Green value is 99 (39.06% from 255 or 36.13% from 274); Blue value is 95 (37.5% from 255 or 34.67% from 274); Max value from RGB is 99 - color contains mainly: green. Hex color #50635F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50635F is #AF9CA0. Grayscale: #5C5C5C. Windows color (decimal): -11508897 or 6251344. OLE color: 6251344.

HSL color Cylindrical-coordinate representation of color #50635F: hue angle of 167.37º degrees, saturation: 0.11, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #50635F is Cyan = 0.19, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.61.

Color convert

RGB809995-
CMYK0.1900.040.61
HSL167.37º10.61%35.1%-
HSV(B)167.37º19.19%38.82%-
XYZ9.8411.4612.52-
YUV92.86129.21118.83-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 29.20%
GREEN value IS 99 (39.06% from 255) = 36.13%
BLUE value IS 95 (37.5% from 255) = 34.67%
R=29.20%
G=36.13%
B=34.67%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8099950.1900.040.61167.3710.6135.1
Hex50635F13043Da7b23
Octal1201431372304752471343
Binary101000011000111011111100110100111101101001111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50635F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,99,95); }

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

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

 a { background-color: rgb(80,99,95); }

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

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

 span { border-color: rgb(80,99,95); }

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