#5A6976

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

Shades of Shuttle Grey #5A6976

Tints of Shuttle Grey #5A6976

Color information

#5A6976 (or 0x5A6976) is unknown color: approx Shuttle Grey. HEX triplet: 5A, 69 and 76. RGB value is (90,105,118). Sum of RGB (Red+Green+Blue) = 90+105+118=313 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.75% from 313); Green value is 105 (41.41% from 255 or 33.55% from 313); Blue value is 118 (46.48% from 255 or 37.70% from 313); Max value from RGB is 118 - color contains mainly: blue. Hex color #5A6976 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A6976 is #A59689. Grayscale: #656565. Windows color (decimal): -10851978 or 7760218. OLE color: 7760218.

HSL color Cylindrical-coordinate representation of color #5A6976: hue angle of 207.86º degrees, saturation: 0.13, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #5A6976 is Cyan = 0.24, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB90105118-
CMYK0.240.1100.54
HSL207.86º13.46%40.78%-
HSV(B)207.86º23.73%46.27%-
XYZ12.5413.5819.1-
YUV102137.03119.44-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 28.75%
GREEN value IS 105 (41.41% from 255) = 33.55%
BLUE value IS 118 (46.48% from 255) = 37.70%
R=28.75%
G=33.55%
B=37.70%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal901051180.240.1100.54207.8613.4640.78
Hex5A697618B036d0d29
Octal13215116630130663201551
Binary1011010110100111101101100010110110110110100001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A6976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,105,118); }

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

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

 a { background-color: rgb(90,105,118); }

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

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

 span { border-color: rgb(90,105,118); }

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