#5A6471

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

Shades of Shuttle Grey #5A6471

Tints of Shuttle Grey #5A6471

Color information

#5A6471 (or 0x5A6471) is unknown color: approx Shuttle Grey. HEX triplet: 5A, 64 and 71. RGB value is (90,100,113). Sum of RGB (Red+Green+Blue) = 90+100+113=303 (40% of max value = 765). Red value is 90 (35.55% from 255 or 29.70% from 303); Green value is 100 (39.45% from 255 or 33.00% from 303); Blue value is 113 (44.53% from 255 or 37.29% from 303); Max value from RGB is 113 - color contains mainly: blue. Hex color #5A6471 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A6471 is #A59B8E. Grayscale: #626262. Windows color (decimal): -10853263 or 7431258. OLE color: 7431258.

HSL color Cylindrical-coordinate representation of color #5A6471: hue angle of 213.91º degrees, saturation: 0.11, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #5A6471 is Cyan = 0.20, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB90100113-
CMYK0.200.1200.56
HSL213.91º11.33%39.8%-
HSV(B)213.91º20.35%44.31%-
XYZ11.7512.4817.41-
YUV98.49136.19121.94-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 29.70%
GREEN value IS 100 (39.45% from 255) = 33.00%
BLUE value IS 113 (44.53% from 255) = 37.29%
R=29.70%
G=33.00%
B=37.29%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal901001130.200.1200.56213.9111.3339.8
Hex5A647114C038d6b28
Octal13214416124140703261350
Binary1011010110010011100011010011000111000110101101011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A6471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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