#5A6476

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

Shades of Shuttle Grey #5A6476

Tints of Shuttle Grey #5A6476

Color information

#5A6476 (or 0x5A6476) is unknown color: approx Shuttle Grey. HEX triplet: 5A, 64 and 76. RGB value is (90,100,118). Sum of RGB (Red+Green+Blue) = 90+100+118=308 (40% of max value = 765). Red value is 90 (35.55% from 255 or 29.22% from 308); Green value is 100 (39.45% from 255 or 32.47% from 308); Blue value is 118 (46.48% from 255 or 38.31% from 308); Max value from RGB is 118 - color contains mainly: blue. Hex color #5A6476 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A6476 is #A59B89. Grayscale: #626262. Windows color (decimal): -10853258 or 7758938. OLE color: 7758938.

HSL color Cylindrical-coordinate representation of color #5A6476: hue angle of 218.57º 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 #5A6476 is Cyan = 0.24, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB90100118-
CMYK0.240.1500.54
HSL218.57º13.46%40.78%-
HSV(B)218.57º23.73%46.27%-
XYZ12.0412.618.94-
YUV99.06138.69121.54-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 29.22%
GREEN value IS 100 (39.45% from 255) = 32.47%
BLUE value IS 118 (46.48% from 255) = 38.31%
R=29.22%
G=32.47%
B=38.31%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal901001180.240.1500.54218.5713.4640.78
Hex5A647618F036dbd29
Octal13214416630170663331551
Binary1011010110010011101101100011110110110110110111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A6476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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