#506272

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

Shades of Shuttle Grey #506272

Tints of Shuttle Grey #506272

Color information

#506272 (or 0x506272) is unknown color: approx Shuttle Grey. HEX triplet: 50, 62 and 72. RGB value is (80,98,114). Sum of RGB (Red+Green+Blue) = 80+98+114=292 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.40% from 292); Green value is 98 (38.67% from 255 or 33.56% from 292); Blue value is 114 (44.92% from 255 or 39.04% from 292); Max value from RGB is 114 - color contains mainly: blue. Hex color #506272 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506272 is #AF9D8D. Grayscale: #5E5E5E. Windows color (decimal): -11509134 or 7496272. OLE color: 7496272.

HSL color Cylindrical-coordinate representation of color #506272: hue angle of 208.24º 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 #506272 is Cyan = 0.30, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8098114-
CMYK0.300.1400.55
HSL208.24º17.53%38.04%-
HSV(B)208.24º29.82%44.71%-
XYZ10.7111.6617.6-
YUV94.44139.04117.7-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.40%
GREEN value IS 98 (38.67% from 255) = 33.56%
BLUE value IS 114 (44.92% from 255) = 39.04%
R=27.40%
G=33.56%
B=39.04%

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
Decimal80981140.300.1400.55208.2417.5338.04
Hex5062721EE037d01226
Octal12014216236160673202246
Binary10100001100010111001011110111001101111101000010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506272; }

 p { color: rgb(80,98,114); }

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

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

 a { background-color: rgb(80,98,114); }

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

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

 span { border-color: rgb(80,98,114); }

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