#506171

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

Shades of Shuttle Grey #506171

Tints of Shuttle Grey #506171

Color information

#506171 (or 0x506171) is unknown color: approx Shuttle Grey. HEX triplet: 50, 61 and 71. RGB value is (80,97,113). Sum of RGB (Red+Green+Blue) = 80+97+113=290 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.59% from 290); Green value is 97 (38.28% from 255 or 33.45% from 290); Blue value is 113 (44.53% from 255 or 38.97% from 290); Max value from RGB is 113 - color contains mainly: blue. Hex color #506171 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506171 is #AF9E8E. Grayscale: #5D5D5D. Windows color (decimal): -11509391 or 7430480. OLE color: 7430480.

HSL color Cylindrical-coordinate representation of color #506171: hue angle of 209.09º degrees, saturation: 0.17, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #506171 is Cyan = 0.29, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8097113-
CMYK0.290.1400.56
HSL209.09º17.1%37.84%-
HSV(B)209.09º29.2%44.31%-
XYZ10.5611.4517.28-
YUV93.74138.87118.2-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.59%
GREEN value IS 97 (38.28% from 255) = 33.45%
BLUE value IS 113 (44.53% from 255) = 38.97%
R=27.59%
G=33.45%
B=38.97%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal80971130.290.1400.56209.0917.137.84
Hex5061711DE038d11126
Octal12014116135160703212146
Binary10100001100001111000111101111001110001101000110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506171; }

 p { color: rgb(80,97,113); }

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

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

 a { background-color: rgb(80,97,113); }

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

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

 span { border-color: rgb(80,97,113); }

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