#5A616F

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

Shades of Shuttle Grey #5A616F

Tints of Shuttle Grey #5A616F

Color information

#5A616F (or 0x5A616F) is unknown color: approx Shuttle Grey. HEX triplet: 5A, 61 and 6F. RGB value is (90,97,111). Sum of RGB (Red+Green+Blue) = 90+97+111=298 (39% of max value = 765). Red value is 90 (35.55% from 255 or 30.20% from 298); Green value is 97 (38.28% from 255 or 32.55% from 298); Blue value is 111 (43.75% from 255 or 37.25% from 298); Max value from RGB is 111 - color contains mainly: blue. Hex color #5A616F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A616F is #A59E90. Grayscale: #606060. Windows color (decimal): -10854033 or 7299418. OLE color: 7299418.

HSL color Cylindrical-coordinate representation of color #5A616F: hue angle of 220º degrees, saturation: 0.1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #5A616F is Cyan = 0.19, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB9097111-
CMYK0.190.1300.56
HSL220º10.45%39.41%-
HSV(B)220º18.92%43.53%-
XYZ11.3611.8716.73-
YUV96.5136.18123.36-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 30.20%
GREEN value IS 97 (38.28% from 255) = 32.55%
BLUE value IS 111 (43.75% from 255) = 37.25%
R=30.20%
G=32.55%
B=37.25%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal90971110.190.1300.5622010.4539.41
Hex5A616F13D038dca27
Octal13214115723150703341247
Binary1011010110000111011111001111010111000110111001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A616F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,97,111); }

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

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

 a { background-color: rgb(90,97,111); }

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

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

 span { border-color: rgb(90,97,111); }

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