#5A6A79

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

Shades of Shuttle Grey #5A6A79

Tints of Shuttle Grey #5A6A79

Color information

#5A6A79 (or 0x5A6A79) is unknown color: approx Shuttle Grey. HEX triplet: 5A, 6A and 79. RGB value is (90,106,121). Sum of RGB (Red+Green+Blue) = 90+106+121=317 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.39% from 317); Green value is 106 (41.80% from 255 or 33.44% from 317); Blue value is 121 (47.66% from 255 or 38.17% from 317); Max value from RGB is 121 - color contains mainly: blue. Hex color #5A6A79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A6A79 is #A59586. Grayscale: #666666. Windows color (decimal): -10851719 or 7957082. OLE color: 7957082.

HSL color Cylindrical-coordinate representation of color #5A6A79: hue angle of 209.03º degrees, saturation: 0.15, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #5A6A79 is Cyan = 0.26, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB90106121-
CMYK0.260.1200.53
HSL209.03º14.69%41.37%-
HSV(B)209.03º25.62%47.45%-
XYZ12.8213.8620.09-
YUV102.93138.2118.78-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 28.39%
GREEN value IS 106 (41.80% from 255) = 33.44%
BLUE value IS 121 (47.66% from 255) = 38.17%
R=28.39%
G=33.44%
B=38.17%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal901061210.260.1200.53209.0314.6941.37
Hex5A6A791AC035d1f29
Octal13215217132140653211751
Binary1011010110101011110011101011000110101110100011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A6A79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,106,121); }

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

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

 a { background-color: rgb(90,106,121); }

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

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

 span { border-color: rgb(90,106,121); }

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