#5A687B

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

Shades of Shuttle Grey #5A687B

Tints of Shuttle Grey #5A687B

Color information

#5A687B (or 0x5A687B) is unknown color: approx Shuttle Grey. HEX triplet: 5A, 68 and 7B. RGB value is (90,104,123). Sum of RGB (Red+Green+Blue) = 90+104+123=317 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.39% from 317); Green value is 104 (41.02% from 255 or 32.81% from 317); Blue value is 123 (48.44% from 255 or 38.80% from 317); Max value from RGB is 123 - color contains mainly: blue. Hex color #5A687B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A687B is #A59784. Grayscale: #656565. Windows color (decimal): -10852229 or 8087642. OLE color: 8087642.

HSL color Cylindrical-coordinate representation of color #5A687B: hue angle of 214.55º degrees, saturation: 0.15, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #5A687B is Cyan = 0.27, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB90104123-
CMYK0.270.1500.52
HSL214.55º15.49%41.76%-
HSV(B)214.55º26.83%48.24%-
XYZ12.7413.520.67-
YUV101.98139.86119.46-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 28.39%
GREEN value IS 104 (41.02% from 255) = 32.81%
BLUE value IS 123 (48.44% from 255) = 38.80%
R=28.39%
G=32.81%
B=38.80%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal901041230.270.1500.52214.5515.4941.76
Hex5A687B1BF034d7f2a
Octal13215017333170643271752
Binary1011010110100011110111101111110110100110101111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A687B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5A687B; }

 p { color: rgb(90,104,123); }

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

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

 a { background-color: rgb(90,104,123); }

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

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

 span { border-color: rgb(90,104,123); }

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