#506373

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

Shades of Shuttle Grey #506373

Tints of Shuttle Grey #506373

Color information

#506373 (or 0x506373) is unknown color: approx Shuttle Grey. HEX triplet: 50, 63 and 73. RGB value is (80,99,115). Sum of RGB (Red+Green+Blue) = 80+99+115=294 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.21% from 294); Green value is 99 (39.06% from 255 or 33.67% from 294); Blue value is 115 (45.31% from 255 or 39.12% from 294); Max value from RGB is 115 - color contains mainly: blue. Hex color #506373 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506373 is #AF9C8C. Grayscale: #5F5F5F. Windows color (decimal): -11508877 or 7562064. OLE color: 7562064.

HSL color Cylindrical-coordinate representation of color #506373: hue angle of 207.43º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #506373 is Cyan = 0.30, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8099115-
CMYK0.300.1400.55
HSL207.43º17.95%38.24%-
HSV(B)207.43º30.43%45.1%-
XYZ10.8611.8717.94-
YUV95.14139.21117.2-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.21%
GREEN value IS 99 (39.06% from 255) = 33.67%
BLUE value IS 115 (45.31% from 255) = 39.12%
R=27.21%
G=33.67%
B=39.12%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal80991150.300.1400.55207.4317.9538.24
Hex5063731EE037cf1226
Octal12014316336160673172246
Binary10100001100011111001111110111001101111100111110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506373; }

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

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

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

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

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

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

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

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