#5A6474

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

Shades of Shuttle Grey #5A6474

Tints of Shuttle Grey #5A6474

Color information

#5A6474 (or 0x5A6474) is unknown color: approx Shuttle Grey. HEX triplet: 5A, 64 and 74. RGB value is (90,100,116). Sum of RGB (Red+Green+Blue) = 90+100+116=306 (40% of max value = 765). Red value is 90 (35.55% from 255 or 29.41% from 306); Green value is 100 (39.45% from 255 or 32.68% from 306); Blue value is 116 (45.70% from 255 or 37.91% from 306); Max value from RGB is 116 - color contains mainly: blue. Hex color #5A6474 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A6474 is #A59B8B. Grayscale: #626262. Windows color (decimal): -10853260 or 7627866. OLE color: 7627866.

HSL color Cylindrical-coordinate representation of color #5A6474: hue angle of 216.92º degrees, saturation: 0.13, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #5A6474 is Cyan = 0.22, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB90100116-
CMYK0.220.1400.55
HSL216.92º12.62%40.39%-
HSV(B)216.92º22.41%45.49%-
XYZ11.9312.5518.32-
YUV98.83137.69121.7-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 29.41%
GREEN value IS 100 (39.45% from 255) = 32.68%
BLUE value IS 116 (45.70% from 255) = 37.91%
R=29.41%
G=32.68%
B=37.91%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal901001160.220.1400.55216.9212.6240.39
Hex5A647416E037d9d28
Octal13214416426160673311550
Binary1011010110010011101001011011100110111110110011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A6474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,100,116); }

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

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

 a { background-color: rgb(90,100,116); }

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

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

 span { border-color: rgb(90,100,116); }

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