Html Css Color HEX #50606F Shuttle Grey

📋 copy color: '#50606F'

red 80 ◦ green 96 ◦ blue 111

#50606F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Shuttle Grey #50606F

Tints of Shuttle Grey #50606F

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 value IS 0.28

 M value IS 0.14

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#50606F (or 0x50606F) is known color: 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

RGB 80 96 111 -
CMYK 0.28 0.14 0 0.56
HSL 209.03º 0.16% 0.37% -
HSV(B) 209.03º 0.28% 0.44% -
XYZ 10.36 11.22 16.66 -
YUV 92.93 138.2 118.78 -
System Red Green Blue C M Y K H S L
Decimal 80 96 111 0.28 0.14 0 0.56 209.03 0.16 0.37
Hex 50 60 6F 1C E 0 38 D1 10 25
Octal 120 140 157 34 16 0 70 321 20 45
Binary 1010000 1100000 1101111 11100 1110 0 111000 11010001 10000 100101

Color Harmonies of #50606F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50606F

Black with #50606F

Text Example


Text Example

White with #50606F

Text Example


Text Example

HTML Codes & Css Web 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>