#5A6472

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

Shades of Shuttle Grey #5A6472

Tints of Shuttle Grey #5A6472

Color information

#5A6472 (or 0x5A6472) is unknown color: approx Shuttle Grey. HEX triplet: 5A, 64 and 72. RGB value is (90,100,114). Sum of RGB (Red+Green+Blue) = 90+100+114=304 (40% of max value = 765). Red value is 90 (35.55% from 255 or 29.61% from 304); Green value is 100 (39.45% from 255 or 32.89% from 304); Blue value is 114 (44.92% from 255 or 37.5% from 304); Max value from RGB is 114 - color contains mainly: blue. Hex color #5A6472 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A6472 is #A59B8D. Grayscale: #626262. Windows color (decimal): -10853262 or 7496794. OLE color: 7496794.

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

Color convert

RGB90100114-
CMYK0.210.1200.55
HSL215º11.76%40%-
HSV(B)215º21.05%44.71%-
XYZ11.8112.517.71-
YUV98.61136.69121.86-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 29.61%
GREEN value IS 100 (39.45% from 255) = 32.89%
BLUE value IS 114 (44.92% from 255) = 37.5%
R=29.61%
G=32.89%
B=37.5%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal901001140.210.1200.5521511.7640
Hex5A647215C037d7c28
Octal13214416225140673271450
Binary1011010110010011100101010111000110111110101111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A6472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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