#5E697A

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

Shades of Shuttle Grey #5E697A

Tints of Shuttle Grey #5E697A

Color information

#5E697A (or 0x5E697A) is unknown color: approx Shuttle Grey. HEX triplet: 5E, 69 and 7A. RGB value is (94,105,122). Sum of RGB (Red+Green+Blue) = 94+105+122=321 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.28% from 321); Green value is 105 (41.41% from 255 or 32.71% from 321); Blue value is 122 (48.05% from 255 or 38.01% from 321); Max value from RGB is 122 - color contains mainly: blue. Hex color #5E697A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E697A is #A19685. Grayscale: #676767. Windows color (decimal): -10589830 or 8022366. OLE color: 8022366.

HSL color Cylindrical-coordinate representation of color #5E697A: hue angle of 216.43º degrees, saturation: 0.13, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #5E697A is Cyan = 0.23, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB94105122-
CMYK0.230.1400.52
HSL216.43º12.96%42.35%-
HSV(B)216.43º22.95%47.84%-
XYZ13.1813.8920.4-
YUV103.65138.36121.12-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 29.28%
GREEN value IS 105 (41.41% from 255) = 32.71%
BLUE value IS 122 (48.05% from 255) = 38.01%
R=29.28%
G=32.71%
B=38.01%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal941051220.230.1400.52216.4312.9642.35
Hex5E697A17E034d8d2a
Octal13615117227160643301552
Binary1011110110100111110101011111100110100110110001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E697A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,105,122); }

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

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

 a { background-color: rgb(94,105,122); }

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

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

 span { border-color: rgb(94,105,122); }

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