#50606F

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

Shades of Shuttle Grey #50606F

Tints of Shuttle Grey #50606F

Color information

#50606F (or 0x50606F) is unknown color: approx Shuttle Grey. HEX triplet: 50, 60 and 6F. RGB value is (80,96,111). Sum of RGB (Red+Green+Blue) = 80+96+111=287 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.87% from 287); Green value is 96 (37.89% from 255 or 33.45% from 287); Blue value is 111 (43.75% from 255 or 38.68% from 287); Max value from RGB is 111 - color contains mainly: blue. Hex color #50606F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50606F is #AF9F90. Grayscale: #5C5C5C. Windows color (decimal): -11509649 or 7299152. OLE color: 7299152.

HSL color Cylindrical-coordinate representation of color #50606F: hue angle of 209.03º degrees, saturation: 0.16, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #50606F is Cyan = 0.28, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8096111-
CMYK0.280.1400.56
HSL209.03º16.23%37.45%-
HSV(B)209.03º27.93%43.53%-
XYZ10.3611.2216.66-
YUV92.93138.2118.78-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.87%
GREEN value IS 96 (37.89% from 255) = 33.45%
BLUE value IS 111 (43.75% from 255) = 38.68%
R=27.87%
G=33.45%
B=38.68%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal80961110.280.1400.56209.0316.2337.45
Hex50606F1CE038d11025
Octal12014015734160703212045
Binary10100001100000110111111100111001110001101000110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50606F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,96,111); }

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

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

 a { background-color: rgb(80,96,111); }

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

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

 span { border-color: rgb(80,96,111); }

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